mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
Added SITL Gazebo (#12346)
This commit is contained in:
parent
1c92d83c6f
commit
9dc9c51d3e
12 changed files with 165 additions and 20 deletions
|
@ -255,7 +255,7 @@ void analyzeModeActivationConditions(void)
|
|||
activeMacArray[activeMacCount++] = i;
|
||||
}
|
||||
}
|
||||
#ifdef USE_PINIOBOX
|
||||
#if defined(USE_PINIOBOX) && !defined(SIMULATOR_MULTITHREAD)
|
||||
pinioBoxTaskControl();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue