mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Increase Battery Priority
This commit is contained in:
parent
138ade7939
commit
75da7ee207
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ cfTask_t cfTasks[TASK_COUNT] = {
|
|||
.taskName = "BATTERY",
|
||||
.taskFunc = taskUpdateBattery,
|
||||
.desiredPeriod = 1000000 / 50, // 50 Hz
|
||||
.staticPriority = TASK_PRIORITY_LOW,
|
||||
.staticPriority = TASK_PRIORITY_MEDIUM,
|
||||
},
|
||||
|
||||
#ifdef BEEPER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue