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/CompositeControl.cpp
- Revision:
- 231:f22901955e0c
- Parent:
- 230:11765008ff3a
- Child:
- 232:8a86b5bf38f7
--- a/src/ConfigurationHandler/Controls/CompositeControl.cpp Tue Oct 18 20:23:31 2016 +0000
+++ b/src/ConfigurationHandler/Controls/CompositeControl.cpp Wed Oct 19 15:55:40 2016 +0000
@@ -181,7 +181,7 @@
ModbusValue value;
bool rc = ModbusMasterReadRegister(tag,&value);
if ( rc != true ) {
- printf("\rDEBUG: %s cannot find tag\n", __func__);
+ logError("%s cannot find tag", __func__);
return "nothing";
}
