From d63fe2ecb217f1f63452234d85f45d476477f126 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 31 Dec 2014 11:55:57 +1100 Subject: Fix UART adapter init issue --- libraries/OBD/OBD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries') diff --git a/libraries/OBD/OBD.cpp b/libraries/OBD/OBD.cpp index 6ebdce4..431d910 100644 --- a/libraries/OBD/OBD.cpp +++ b/libraries/OBD/OBD.cpp @@ -8,7 +8,7 @@ #include #include "OBD.h" -#define DEBUG Serial +//#define DEBUG Serial uint16_t hex2uint16(const char *p) { -- cgit v1.2.3