Skip to content

Commit

Permalink
Fix wrong macro usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Sep 22, 2016
1 parent 5e56332 commit da6f588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/fc/fc_tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cfTask_t cfTasks[] = {
[TASK_ACCEL] = {
.taskName = "ACCEL",
.taskFunc = taskUpdateAccelerometer,
.desiredPeriod = TASK_PERIOD_HZ(1),
.desiredPeriod = TASK_PERIOD_MS(1),
.staticPriority = TASK_PRIORITY_MEDIUM,
},

Expand Down

0 comments on commit da6f588

Please sign in to comment.