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:
- 32:79ec3a4c0ec5
- Parent:
- 30:738359dfdab1
- Parent:
- 31:4b1587034318
- Child:
- 34:f345fdec711d
--- a/src/main.cpp Thu Sep 08 21:07:47 2016 +0000 +++ b/src/main.cpp Thu Sep 08 21:17:21 2016 +0000 @@ -23,6 +23,7 @@ // data handler to configuration hanlder mailbox Mail<Message_t, 16> MailBox; +Mail<Message_t, 16> ModbusMasterMailBox; // local function prototypes static void banner(void);