1
0
Fork 0
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:
borisbstyle 2016-08-21 00:22:02 +02:00
parent 4e2ff7e7e9
commit 4043f5e5b4

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