mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_InternalError: add a general should-not-be-here bit
This commit is contained in:
parent
bc8e56966f
commit
f090f35afa
@ -53,6 +53,7 @@ public:
|
||||
bitmask_range = (1U << 17),
|
||||
gcs_offset = (1U << 18),
|
||||
i2c_isr = (1U << 19),
|
||||
flow_of_control = (1U << 20), // for generic we-should-never-get-here situations
|
||||
};
|
||||
|
||||
void error(const AP_InternalError::error_t error);
|
||||
|
Loading…
Reference in New Issue
Block a user