AP_InternalError: added bit for watchdog reset

This commit is contained in:
Andrew Tridgell 2019-04-20 12:57:35 +10:00
parent 0b20d972cd
commit d5c2b77573

View File

@ -44,6 +44,7 @@ public:
logger_blockcount_mismatch = (1U << 8),
logger_dequeue_failure = (1U << 9),
constraining_nan = (1U << 10),
watchdog_reset = (1U << 11),
};
void error(const AP_InternalError::error_t error);