1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Fixed failure to disable beeping on FC init. Also, fixed spelling.

This commit is contained in:
mikeller 2016-05-25 23:52:40 +12:00
parent c8945c179a
commit 94d9df4cc1
6 changed files with 11 additions and 11 deletions

View file

@ -172,7 +172,7 @@ typedef struct beeperTableEntry_s {
{ BEEPER_ENTRY(BEEPER_USB, 17, NULL, "ON_USB") },
{ BEEPER_ENTRY(BEEPER_ALL, 18, NULL, "ALL") },
{ BEEPER_ENTRY(BEEPER_PREFERENCE, 19, NULL, "PREFERED") },
{ BEEPER_ENTRY(BEEPER_PREFERENCE, 19, NULL, "PREFERRED") },
};
static const beeperTableEntry_t *currentBeeperEntry = NULL;