AP_InternalError: add bit for asking for a non-existant gcs backend

This commit is contained in:
Peter Barker 2019-06-18 20:36:37 +10:00 committed by Andrew Tridgell
parent b34b276844
commit 54ba686855
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public:
main_loop_stuck = (1U << 15),
gcs_bad_missionprotocol_link= (1U << 16),
bitmask_range = (1U << 17),
gcs_offset = (1U << 18),
};
void error(const AP_InternalError::error_t error);