1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00

fixed the coding-style issues

This commit is contained in:
azolyoung 2018-06-24 10:20:11 +08:00
parent 5b2dd46367
commit 5967b9b597
2 changed files with 3 additions and 15 deletions

View file

@ -591,7 +591,7 @@ cfTask_t cfTasks[TASK_COUNT] = {
[TASK_RCDEVICE] = {
.taskName = "RCDEVICE",
.taskFunc = rcdeviceUpdate,
.desiredPeriod = TASK_PERIOD_HZ(20), // 10 Hz, 100ms
.desiredPeriod = TASK_PERIOD_HZ(20),
.staticPriority = TASK_PRIORITY_MEDIUM,
},
#endif