1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Track state execution time for OSD, baro, rx and GPS tasks and inform scheduler of next state execution time

This commit is contained in:
Steve Evans 2020-08-14 16:42:20 +01:00 committed by Steve Evans
parent a63172cc1f
commit ab1baccc66
44 changed files with 1392 additions and 721 deletions

View file

@ -95,5 +95,6 @@ const char * const debugModeNames[DEBUG_COUNT] = {
"D_LPF",
"VTX_TRAMP",
"GHST",
"SCHEDULER_DETERMINISM"
"SCHEDULER_DETERMINISM",
"TIMING_ACCURACY"
};