diff options
Diffstat (limited to 'obdlogger/OBD.h')
-rw-r--r-- | obdlogger/OBD.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obdlogger/OBD.h b/obdlogger/OBD.h index 1247c49..e608fee 100644 --- a/obdlogger/OBD.h +++ b/obdlogger/OBD.h @@ -81,4 +81,5 @@ protected: virtual char ReadData(); virtual void WriteData(const char* s); virtual void WriteData(const char c); + virtual void DataTimeout() {} }; |