summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2014-01-08 22:35:52 +1100
committerStanley Huang <stanleyhuangyc@gmail.com>2014-01-08 22:35:52 +1100
commit17055653d971cf5c28771efcee8e7559a044b1c6 (patch)
treee241cc5f294512b4c4e4772ded318f62fff58feb
parent8f3ea96c48025f78e0f0447a38cced71587802e1 (diff)
download2021-arduino-obd-17055653d971cf5c28771efcee8e7559a044b1c6.tar.gz
2021-arduino-obd-17055653d971cf5c28771efcee8e7559a044b1c6.tar.bz2
2021-arduino-obd-17055653d971cf5c28771efcee8e7559a044b1c6.zip
Update OBD.cpp
-rw-r--r--libraries/OBD/OBD.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/OBD/OBD.cpp b/libraries/OBD/OBD.cpp
index 5f5d93a..a1d2191 100644
--- a/libraries/OBD/OBD.cpp
+++ b/libraries/OBD/OBD.cpp
@@ -1,5 +1,5 @@
/*************************************************************************
-* Arduino Library for OBD-II UART/I2C Adapter
+* Arduino Library for OBD-II UART/I2C Adapter
* Distributed under GPL v2.0
* Visit http://arduinodev.com for more information
* (C)2012-2014 Stanley Huang <stanleyhuangyc@gmail.com>