mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_InternalError: added bit for watchdog reset
This commit is contained in:
parent
0b20d972cd
commit
d5c2b77573
@ -44,6 +44,7 @@ public:
|
|||||||
logger_blockcount_mismatch = (1U << 8),
|
logger_blockcount_mismatch = (1U << 8),
|
||||||
logger_dequeue_failure = (1U << 9),
|
logger_dequeue_failure = (1U << 9),
|
||||||
constraining_nan = (1U << 10),
|
constraining_nan = (1U << 10),
|
||||||
|
watchdog_reset = (1U << 11),
|
||||||
};
|
};
|
||||||
|
|
||||||
void error(const AP_InternalError::error_t error);
|
void error(const AP_InternalError::error_t error);
|
||||||
|
Loading…
Reference in New Issue
Block a user