1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 11:59:58 +03:00

Revive visual indication of gyro detection failure

This commit is contained in:
jflyper 2017-06-30 14:33:35 +09:00
parent 02e0d2e1c4
commit 2c7970a9ed
3 changed files with 10 additions and 3 deletions

View file

@ -33,6 +33,7 @@ typedef enum {
} failureMode_e;
// failure
void failureLedCode(failureMode_e mode, int repeatCount);
void failureMode(failureMode_e mode);
// bootloader/IAP