mirror of https://github.com/ArduPilot/ardupilot
AP_InternalError: added iomcu_reset as separate code
This commit is contained in:
parent
6c50feaead
commit
945ab652cc
|
@ -46,6 +46,7 @@ public:
|
|||
constraining_nan = (1U << 10),
|
||||
watchdog_reset = (1U << 11),
|
||||
iomcu_reset = (1U << 12),
|
||||
iomcu_fail = (1U << 13),
|
||||
};
|
||||
|
||||
void error(const AP_InternalError::error_t error);
|
||||
|
|
Loading…
Reference in New Issue