mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +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
|
@ -341,6 +341,9 @@ void *main_thread(void *)
|
||||||
while (main_thread_running) {
|
while (main_thread_running) {
|
||||||
#if defined(CPUARM)
|
#if defined(CPUARM)
|
||||||
doMixerCalculations();
|
doMixerCalculations();
|
||||||
|
#if defined(FRSKY) || defined(MAVLINK)
|
||||||
|
telemetryWakeup();
|
||||||
|
#endif
|
||||||
checkTrims();
|
checkTrims();
|
||||||
#endif
|
#endif
|
||||||
perMain();
|
perMain();
|
||||||
|
|
|
@ -132,7 +132,7 @@ void mixerTask(void * pdata)
|
||||||
doMixerCalculations();
|
doMixerCalculations();
|
||||||
CoLeaveMutexSection(mixerMutex);
|
CoLeaveMutexSection(mixerMutex);
|
||||||
|
|
||||||
#if defined(FRSKY) || defined(MAVLINK) || defined(SIMU)
|
#if defined(FRSKY) || defined(MAVLINK)
|
||||||
telemetryWakeup();
|
telemetryWakeup();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -212,4 +212,4 @@ void tasksStart()
|
||||||
CoStartOS();
|
CoStartOS();
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // #if !defined(SIMU)
|
#endif // #if !defined(SIMU)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue