1
0
Fork 0
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:
borisbstyle 2016-08-21 00:22:02 +02:00
parent 138ade7939
commit 75da7ee207

View file

@ -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