OBD CAN sensors #1733

This commit is contained in:
rusefi 2020-08-31 22:50:01 -04:00
parent d683a092a4
commit f2a80a4eb7
1 changed files with 1 additions and 3 deletions

View File

@ -63,9 +63,7 @@ public:
// Register this sensor in the sensor registry.
// Returns true if registration succeeded, or false if
// another sensor of the same type is already registered.
// The return value should not be ignored: no error handling/reporting is
// done internally!
[[nodiscard]] bool Register();
bool Register();
// Print information about this sensor
virtual void showInfo(Logging* logger, const char* sensorName) const = 0;