mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_InternalError: add internal error for link errors in mission protocol
This commit is contained in:
parent
a5f5b4349c
commit
aaf98f942f
@ -49,6 +49,7 @@ public:
|
|||||||
iomcu_fail = (1U << 13),
|
iomcu_fail = (1U << 13),
|
||||||
spi_fail = (1U << 14),
|
spi_fail = (1U << 14),
|
||||||
main_loop_stuck = (1U << 15),
|
main_loop_stuck = (1U << 15),
|
||||||
|
gcs_bad_missionprotocol_link= (1U << 16),
|
||||||
};
|
};
|
||||||
|
|
||||||
void error(const AP_InternalError::error_t error);
|
void error(const AP_InternalError::error_t error);
|
||||||
|
Loading…
Reference in New Issue
Block a user