mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Change rcsplit protocol to async
This commit is contained in:
parent
713e72321b
commit
53458d4cf1
13 changed files with 517 additions and 2105 deletions
|
@ -591,7 +591,7 @@ cfTask_t cfTasks[TASK_COUNT] = {
|
|||
[TASK_RCDEVICE] = {
|
||||
.taskName = "RCDEVICE",
|
||||
.taskFunc = rcdeviceUpdate,
|
||||
.desiredPeriod = TASK_PERIOD_HZ(10), // 10 Hz, 100ms
|
||||
.desiredPeriod = TASK_PERIOD_HZ(20), // 10 Hz, 100ms
|
||||
.staticPriority = TASK_PRIORITY_MEDIUM,
|
||||
},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue