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: inc/global.h
- Revision:
- 283:a09013615589
- Parent:
- 282:2dc06137f1ec
--- a/inc/global.h Thu Oct 27 21:44:25 2016 +0000
+++ b/inc/global.h Fri Oct 28 16:28:44 2016 +0000
@@ -112,11 +112,11 @@
Action_t action;
Control_t control;
ThreadName_t replyThread;
- char controlFile[128];
+ char controlFile[256];
} ModbusMasterReq_t;
extern Mail<Message_t, 16> MailBox;
-extern Mail<ModbusMasterReq_t, 16> ModbusMasterMailBox;
+extern Mail<ModbusMasterReq_t, 2> ModbusMasterMailBox;
extern Mail<OutputControlMsg_t, 16> OutputMasterMailBox;
extern Mail<BLEHandlerReq_t, 1> BLEHandlerMailBox;
@@ -307,4 +307,9 @@
FLOAT2UINT;
// -------------------------------------------------------------------------------------------------
+#define SUCCESS 0
+#define ORDER_NOT_SUPPORTED 500
+#define DATA_ARRAY_MISSING 501
+#define UNKNOWN_OPERATION 502
+
#endif
