Browse Source

AP_InternalError: added error for i2c isr error

master
Andrew Tridgell 6 years ago
parent
commit
b8602abdeb
  1. 1
      libraries/AP_InternalError/AP_InternalError.h

1
libraries/AP_InternalError/AP_InternalError.h

@ -52,6 +52,7 @@ public: @@ -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…
Cancel
Save