From 1f7a0c08ecf9884398bc032a62f021512ecd23f6 Mon Sep 17 00:00:00 2001
From: Stanley Huang <stanleyhuangyc@gmail.com>
Date: Sun, 22 Dec 2013 01:02:12 +1100
Subject: Update OBD logger

---
 obdlogger/obdlogger.ino | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'obdlogger/obdlogger.ino')

diff --git a/obdlogger/obdlogger.ino b/obdlogger/obdlogger.ino
index f685e31..ef91a2d 100644
--- a/obdlogger/obdlogger.ino
+++ b/obdlogger/obdlogger.ino
@@ -61,9 +61,9 @@ static uint16_t speedGPS = 0;
 #endif
 
 static uint32_t lastFileSize = 0;
-static uint16_t lastSpeed = -1;
+static int lastSpeed = -1;
 static uint32_t lastSpeedTime = 0;
-static uint16_t speed = 0;
+static int speed = 0;
 static uint32_t distance = 0;
 static uint16_t fileIndex = 0;
 static uint32_t startTime = 0;
-- 
cgit v1.2.3