mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Revert "BEEPER Conversion to use USE_ scheme" (#5368)
This commit is contained in:
parent
bf11921dc0
commit
9bcc6aca8e
104 changed files with 131 additions and 217 deletions
|
@ -255,7 +255,7 @@ void fcTasksInit(void)
|
|||
|
||||
setTaskEnabled(TASK_DISPATCH, dispatchIsEnabled());
|
||||
|
||||
#ifdef USE_BEEPER
|
||||
#ifdef BEEPER
|
||||
setTaskEnabled(TASK_BEEPER, true);
|
||||
#endif
|
||||
#ifdef USE_GPS
|
||||
|
@ -437,7 +437,7 @@ cfTask_t cfTasks[TASK_COUNT] = {
|
|||
.staticPriority = TASK_PRIORITY_HIGH,
|
||||
},
|
||||
|
||||
#ifdef USE_BEEPER
|
||||
#ifdef BEEPER
|
||||
[TASK_BEEPER] = {
|
||||
.taskName = "BEEPER",
|
||||
.taskFunc = beeperUpdate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue