1
0
Fork 0
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:
Steve Evans 2022-01-28 17:24:54 +00:00
parent ae3842c89c
commit 08d76dd998

View file

@ -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