mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Sensors timeout simulated in SIMU mode
This commit is contained in:
parent
215af55a2e
commit
23b373f80c
2 changed files with 5 additions and 2 deletions
|
@ -132,7 +132,7 @@ void mixerTask(void * pdata)
|
|||
doMixerCalculations();
|
||||
CoLeaveMutexSection(mixerMutex);
|
||||
|
||||
#if defined(FRSKY) || defined(MAVLINK) || defined(SIMU)
|
||||
#if defined(FRSKY) || defined(MAVLINK)
|
||||
telemetryWakeup();
|
||||
#endif
|
||||
|
||||
|
@ -212,4 +212,4 @@ void tasksStart()
|
|||
CoStartOS();
|
||||
}
|
||||
|
||||
#endif // #if !defined(SIMU)
|
||||
#endif // #if !defined(SIMU)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue