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/main.cpp
- Revision:
- 195:21df85341cb3
- Parent:
- 174:515a8b684803
- Child:
- 200:f83fefd6180a
--- a/src/main.cpp Thu Oct 06 15:46:13 2016 +0000 +++ b/src/main.cpp Thu Oct 06 19:31:13 2016 +0000 @@ -164,20 +164,18 @@ Thread configHandler_thread(ConfigurationHandler, NULL, osPriorityNormal, (1024*4 + 512), NULL); osSignalWait(sig_config_continue, osWaitForever); - printf("CONFIGURATION HANDLER DONE\r\n"); - // we're clear to start running the controls Thread controlTask_thread(ControlTask, NULL, osPriorityNormal, (1024), NULL); - printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); + logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); #if 0 Thread BLE_thread(BLEDataHandler); printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); #endif Thread CDH_thread(CloudDataHandler, NULL, osPriorityNormal, (1024*10), NULL); - printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); + logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); Thread analyticsLoggerThread(AnalyticsLogger, NULL, osPriorityHigh, (1024*10), NULL); - printf("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); + logInfo("\r%s:%d: continuing to initialize...\n", __func__, __LINE__); // assign globals