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:
- 51:66b820f203a5
- Parent:
- 48:1c7861d80d16
- Child:
- 52:e25c857451b6
--- a/src/main.cpp Tue Sep 13 16:00:45 2016 +0000 +++ b/src/main.cpp Tue Sep 13 21:29:24 2016 +0000 @@ -25,6 +25,7 @@ // data handler to configuration hanlder mailbox Mail<Message_t, 16> MailBox; Mail<Message_t, 16> ModbusMasterMailBox; +Mail<OutputControlReq_t, 16> OutputMasterMailBox; // local function prototypes static void banner(void);