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:
- 107:e900bd138bf3
- Parent:
- 106:c0ddba334e93
- Child:
- 115:1558e01d04c6
diff -r c0ddba334e93 -r e900bd138bf3 inc/global.h --- a/inc/global.h Thu Sep 22 14:49:32 2016 +0000 +++ b/inc/global.h Thu Sep 22 16:10:01 2016 +0000 @@ -128,17 +128,7 @@ EVENT_REASON_FAILSAFE, } EventReason_t; -typedef enum control_type_tag { - CONTROL_TYPE_INHIBITOR, - CONTROL_TYPE_ACID_BASE, - CONTROL_TYPE_BLOWDOWN, - CONTORL_TYPE_TIMER, - CONTROL_TYPE_FLOW_OVERRIDE, - CONTROL_TYPE_OVERRIDE -} ControlType_t; - typedef struct event_reason_struct_t { - ControlType_t controlType; EventReason_t eventReason; char inputTag[32]; char outputTag[32];