From dbe9e30edcd26fd5c69af7542118a6b905e56f8a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 Apr 2019 12:53:45 +1000 Subject: [PATCH] AP_InternalError: added iomcu_reset critical error --- 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 817a934727..3abc6b5bcc 100644 --- a/libraries/AP_InternalError/AP_InternalError.h +++ b/libraries/AP_InternalError/AP_InternalError.h @@ -45,6 +45,7 @@ public: logger_dequeue_failure = (1U << 9), constraining_nan = (1U << 10), watchdog_reset = (1U << 11), + iomcu_reset = (1U << 12), }; void error(const AP_InternalError::error_t error);