mirror of https://github.com/ArduPilot/ardupilot
AP_InternalError: added error for i2c isr error
This commit is contained in:
parent
089e1c9082
commit
b8602abdeb
|
@ -52,6 +52,7 @@ public:
|
|||
gcs_bad_missionprotocol_link= (1U << 16),
|
||||
bitmask_range = (1U << 17),
|
||||
gcs_offset = (1U << 18),
|
||||
i2c_isr = (1U << 19),
|
||||
};
|
||||
|
||||
void error(const AP_InternalError::error_t error);
|
||||
|
|
Loading…
Reference in New Issue