summaryrefslogtreecommitdiff
path: root/nanotimer
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2019-06-27 17:08:05 +1000
committerStanley Huang <stanleyhuangyc@gmail.com>2019-06-27 17:08:05 +1000
commit1072457ae84fdba46e731ec71b4d6eb52154e64b (patch)
tree33258c0799d1bbde924b40270fbdb1c780580880 /nanotimer
parent26b42d6df6622198c2f3e6c76b6880aa3688c6a1 (diff)
download2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.tar.gz
2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.tar.bz2
2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.zip
Update
Diffstat (limited to 'nanotimer')
-rw-r--r--nanotimer/nanotimer.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanotimer/nanotimer.ino b/nanotimer/nanotimer.ino
index b4a1013..2a3c294 100644
--- a/nanotimer/nanotimer.ino
+++ b/nanotimer/nanotimer.ino
@@ -10,7 +10,7 @@
#include <SPI.h>
#include <SD.h>
#include <MicroLCD.h>
-#include <OBD.h>
+#include <OBD2UART.h>
#include "config.h"
#if USE_SOFTSERIAL
#include <SoftwareSerial.h>