Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

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()