AP_InternalError: add a general should-not-be-here bit

This commit is contained in:
Peter Barker 2019-09-16 12:55:56 +10:00 committed by Randy Mackay
parent bc8e56966f
commit f090f35afa

View File

@ -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);