Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
177:9ec90c8e3ce1
Parent:
171:fb29030d4eaf
Child:
183:44f7fea6b208
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Oct 04 12:35:18 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Oct 04 15:46:51 2016 +0000
@@ -31,7 +31,7 @@
         return false;
 
     // read the data into a buffer
-    char dataBuf[512];
+    char dataBuf[MAX_FILE_SIZE];
 
     int bytes_read = GLOBAL_mdot->readUserFile(file, (void *)dataBuf, sizeof(dataBuf));
     if ( bytes_read != sizeof(dataBuf) ) {