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: inc/global.h
- Revision:
- 34:f345fdec711d
- Parent:
- 31:4b1587034318
- Child:
- 48:1c7861d80d16
- Child:
- 49:0456ee2271be
--- a/inc/global.h Thu Sep 08 21:17:21 2016 +0000 +++ b/inc/global.h Thu Sep 08 22:01:00 2016 +0000 @@ -77,4 +77,11 @@ extern std::map<std::string,ModbusRegister> ModbusRegisterMap; +extern Thread *GLOBAL_analyticsLogger_thread; +extern Thread *GLOBAL_modbusMaster_thread; +extern Thread *GLOBAL_BLE_thread; +extern Thread *GLOBAL_CDH_thread; +extern Thread *GLOBAL_configHandler_thread; +extern Thread *GLOBAL_controlTask_thread; + #endif