mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Increase Battery Priority
This commit is contained in:
parent
4e2ff7e7e9
commit
4043f5e5b4
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