Updated to libmDot 1.0.8-1

Dependencies:   DOGS102 GpsParser ISL29011 MMA845x MPL3115A2 MTS-Serial NCP5623B libmDot mbed-rtos mbed

Fork of MTDOT-BOX-EVB-Factory-Firmware by MultiTech

Revision:
3:db75f686b8db
Parent:
1:71125aa00e33
--- a/CommandTerminal/CmdGetSurveyDataFile.cpp	Thu Feb 04 12:36:36 2016 -0600
+++ b/CommandTerminal/CmdGetSurveyDataFile.cpp	Tue May 31 13:11:26 2016 -0500
@@ -31,8 +31,8 @@
     mDot::mdot_file file;
     int buf_size = 512;
     char buf[buf_size];
-    int read;
-    int read_size;
+    int read = 0;
+    int read_size = 0;
 
     file = _dot->openUserFile(file_name, mDot::FM_RDONLY);
     if (file.fd < 0) {