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:
- 65:be025ac18fb5
- Parent:
- 60:96e17fb215a6
- Child:
- 67:49f266601d83
- Child:
- 68:dbe39d83eb98
--- a/src/main.cpp Thu Sep 15 21:40:39 2016 +0000 +++ b/src/main.cpp Thu Sep 15 21:45:29 2016 +0000 @@ -26,7 +26,7 @@ // data handler to configuration hanlder mailbox Mail<Message_t, 16> MailBox; Mail<Message_t, 16> ModbusMasterMailBox; -Mail<OutputControlReq_t, 16> OutputMasterMailBox; +Mail<OutputControlMsg_t, 16> OutputMasterMailBox; Mail<AnalyticsLoggerReq_t, 16> AnalyticsLoggerMailBox; // local function prototypes