mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Fixed the MAX7456 loop time problems introduced by #9948.
This commit is contained in:
parent
1fbd113204
commit
cfc89c98a8
18 changed files with 118 additions and 96 deletions
|
@ -335,7 +335,7 @@ void tasksInit(void)
|
|||
#endif
|
||||
|
||||
#ifdef USE_OSD
|
||||
setTaskEnabled(TASK_OSD, featureIsEnabled(FEATURE_OSD) && osdInitialized());
|
||||
setTaskEnabled(TASK_OSD, featureIsEnabled(FEATURE_OSD) && osdGetDisplayPort(NULL));
|
||||
#endif
|
||||
|
||||
#ifdef USE_BST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue