From c5a9fdb80df58015c0705d23e2208cb576affd7c Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 6 Jul 2016 14:57:50 +0800 Subject: Renaming read() to readPID() in OBD library --- nanotimer/nanotimer.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanotimer') 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 #include #include -#include #include #include +#include #include "config.h" #if USE_SOFTSERIAL #include @@ -188,7 +188,7 @@ private: uint32_t dataTime; #endif int speed; - if (!read(PID_SPEED, speed)) + if (!readPID(PID_SPEED, speed)) return; dataTime = millis(); -- cgit v1.2.3