Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

Revision:
171:fb29030d4eaf
Parent:
143:23a572f084dd
Child:
177:9ec90c8e3ce1
diff -r f9406996ff5b -r fb29030d4eaf src/ConfigurationHandler/Controls/SetpointControl.cpp
--- a/src/ConfigurationHandler/Controls/SetpointControl.cpp	Mon Oct 03 21:57:36 2016 +0000
+++ b/src/ConfigurationHandler/Controls/SetpointControl.cpp	Tue Oct 04 12:22:13 2016 +0000
@@ -31,7 +31,7 @@
         return false;
 
     // read the data into a buffer
-    char dataBuf[1024];
+    char dataBuf[512];
 
     int bytes_read = GLOBAL_mdot->readUserFile(file, (void *)dataBuf, sizeof(dataBuf));
     if ( bytes_read != sizeof(dataBuf) ) {