AP_InternalError: added spi timeout error

This commit is contained in:
Andrew Tridgell 2019-04-28 18:11:11 +10:00
parent 040fa3e10a
commit 8e1f100d98
1 changed files with 1 additions and 0 deletions

View File

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