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

New feature 'Beeper Mute'

Added comma in the last element of struct

Removed BOXBEEPERON from condition
This commit is contained in:
Davor Kustec 2020-10-01 16:19:42 +02:00
parent 8e9e533305
commit 4b9ac000ec
3 changed files with 5 additions and 2 deletions

View file

@ -76,6 +76,7 @@ typedef enum {
BOXLAUNCHCONTROL,
BOXMSPOVERRIDE,
BOXSTICKCOMMANDDISABLE,
BOXBEEPERMUTE,
CHECKBOX_ITEM_COUNT
} boxId_e;