summaryrefslogtreecommitdiff
path: root/samples/rpm_led
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2013-03-26 17:21:01 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2013-03-26 17:21:01 +0800
commit273254d83e30a4610c1667dbddab9cf08b8c3585 (patch)
tree9784b32059c49db67f1f74aefccf9285d5bab430 /samples/rpm_led
parentb59bfe403e577d3251859da5546e07977bef72ff (diff)
download2021-arduino-obd-273254d83e30a4610c1667dbddab9cf08b8c3585.tar.gz
2021-arduino-obd-273254d83e30a4610c1667dbddab9cf08b8c3585.tar.bz2
2021-arduino-obd-273254d83e30a4610c1667dbddab9cf08b8c3585.zip
header file including fixups
Diffstat (limited to 'samples/rpm_led')
-rw-r--r--samples/rpm_led/rpm_led.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/rpm_led/rpm_led.ino b/samples/rpm_led/rpm_led.ino
index 415f119..c641736 100644
--- a/samples/rpm_led/rpm_led.ino
+++ b/samples/rpm_led/rpm_led.ino
@@ -6,7 +6,7 @@
*************************************************************************/
#include <Arduino.h>
-#include <OBD.h>
+#include "OBD.h"
COBD obd;