Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/ConfigurationHandler/Controls/SetpointControl.cpp
- Revision:
- 171:fb29030d4eaf
- Parent:
- 143:23a572f084dd
- Child:
- 177:9ec90c8e3ce1
--- 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) ) {