From 945ab652ccb6c9c81d7c5ac9dfe58ed31d9e2efa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Apr 2019 11:34:33 +1000 Subject: [PATCH] AP_InternalError: added iomcu_reset as separate code --- libraries/AP_InternalError/AP_InternalError.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_InternalError/AP_InternalError.h b/libraries/AP_InternalError/AP_InternalError.h index 3abc6b5bcc..55f7f4a435 100644 --- a/libraries/AP_InternalError/AP_InternalError.h +++ b/libraries/AP_InternalError/AP_InternalError.h @@ -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);