mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Express SCHED_TASK_DEFER_MASK as a hex value
This commit is contained in:
parent
ae3842c89c
commit
08d76dd998
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
#define LOAD_PERCENTAGE_ONE 100
|
||||
|
||||
#define SCHED_TASK_DEFER_MASK 7 // Scheduler loop count is masked with this and when 0 long running tasks are processed
|
||||
#define SCHED_TASK_DEFER_MASK 0x07 // Scheduler loop count is masked with this and when 0 long running tasks are processed
|
||||
|
||||
#define SCHED_START_LOOP_MIN_US 1 // Wait at start of scheduler loop if gyroTask is nearly due
|
||||
#define SCHED_START_LOOP_MAX_US 12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue