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: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: Structures.h
- Revision:
- 180:ccc21cc163f8
- Parent:
- 133:56d37aa8a011
- Child:
- 212:77bee0cbebfe
--- a/Structures.h Fri Apr 22 19:43:13 2016 +0000 +++ b/Structures.h Wed May 25 15:28:32 2016 +0000 @@ -33,6 +33,7 @@ #define TC_STATE_UNEXECUTED 0x00 #define TC_STATE_SUCCESSFULLY_EXECUTED 0x01 #define TC_STATE_EXECUTION_FAILED 0x02 +#define TC_STATE_EXECUTION_UNKNOWN 0x03 #define TC_STATE_DISABLED 0x04 #define TC_STATE_MARKED_RETRY 0x05
