5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-05 15:38:29 -04:00

AP_InternalError: added iomcu_reset as separate code

This commit is contained in:
Andrew Tridgell 2019-04-24 11:34:33 +10:00
parent 6c50feaead
commit 945ab652cc

View File

@ -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);