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:
parent
02e0d2e1c4
commit
2c7970a9ed
3 changed files with 10 additions and 3 deletions
|
@ -33,6 +33,7 @@ typedef enum {
|
|||
} failureMode_e;
|
||||
|
||||
// failure
|
||||
void failureLedCode(failureMode_e mode, int repeatCount);
|
||||
void failureMode(failureMode_e mode);
|
||||
|
||||
// bootloader/IAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue