Skip to content

Commit

Permalink
Merge pull request betaflight#11552 from SteveCEvans/scheduler_typo
Browse files Browse the repository at this point in the history
Fix DEBUG_SCHEDULER_DETERMINISM description
  • Loading branch information
KarateBrot committed May 1, 2022
2 parents e1e7ba3 + 57dfb89 commit ef92852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scheduler/scheduler.c
Expand Up @@ -58,7 +58,7 @@
// 0 - Gyro task start cycle time in 10th of a us
// 1 - ID of late task
// 2 - Amount task is late in 10th of a us
// 3 - Gyro lock skew in clock cycles
// 3 - Gyro lock skew in 10th of a us

// DEBUG_TIMING_ACCURACY, requires USE_LATE_TASK_STATISTICS to be defined
// 0 - % CPU busy
Expand Down

0 comments on commit ef92852

Please sign in to comment.