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:
- 9:ef0ca2f8a8a6
- Parent:
- 7:c0c03193612d
- Child:
- 13:c80c283f9db2
--- a/src/main.cpp Tue Sep 06 21:40:04 2016 +0000 +++ b/src/main.cpp Tue Sep 06 22:09:39 2016 +0000 @@ -26,6 +26,9 @@ // for file system access outside of main() mDot *GLOBAL_mdot; + + // store modbus register information + std::map<std::string,ModbusRegister> ModbusRegisterMap; /***************************************************************************** * Function: banner()