Browse Source

AP_InternalError: added spi timeout error

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

1
libraries/AP_InternalError/AP_InternalError.h

@ -47,6 +47,7 @@ public: @@ -47,6 +47,7 @@ public:
watchdog_reset = (1U << 11),
iomcu_reset = (1U << 12),
iomcu_fail = (1U << 13),
spi_fail = (1U << 14),
};
void error(const AP_InternalError::error_t error);

Loading…
Cancel
Save