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:
- 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) ) {