mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
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),
|
constraining_nan = (1U << 10),
|
||||||
watchdog_reset = (1U << 11),
|
watchdog_reset = (1U << 11),
|
||||||
iomcu_reset = (1U << 12),
|
iomcu_reset = (1U << 12),
|
||||||
|
iomcu_fail = (1U << 13),
|
||||||
};
|
};
|
||||||
|
|
||||||
void error(const AP_InternalError::error_t error);
|
void error(const AP_InternalError::error_t error);
|
||||||
|
Loading…
Reference in New Issue
Block a user