diff options
Diffstat (limited to 'nanotimer')
-rw-r--r-- | nanotimer/nanotimer.ino | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nanotimer/nanotimer.ino b/nanotimer/nanotimer.ino index b9e20b9..b4a1013 100644 --- a/nanotimer/nanotimer.ino +++ b/nanotimer/nanotimer.ino @@ -8,9 +8,9 @@ #include <Arduino.h> #include <Wire.h> #include <SPI.h> -#include <OBD.h> #include <SD.h> #include <MicroLCD.h> +#include <OBD.h> #include "config.h" #if USE_SOFTSERIAL #include <SoftwareSerial.h> @@ -188,7 +188,7 @@ private: uint32_t dataTime; #endif int speed; - if (!read(PID_SPEED, speed)) + if (!readPID(PID_SPEED, speed)) return; dataTime = millis(); |