mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +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",
|
.taskName = "BATTERY",
|
||||||
.taskFunc = taskUpdateBattery,
|
.taskFunc = taskUpdateBattery,
|
||||||
.desiredPeriod = 1000000 / 50, // 50 Hz
|
.desiredPeriod = 1000000 / 50, // 50 Hz
|
||||||
.staticPriority = TASK_PRIORITY_LOW,
|
.staticPriority = TASK_PRIORITY_MEDIUM,
|
||||||
},
|
},
|
||||||
|
|
||||||
#ifdef BEEPER
|
#ifdef BEEPER
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue