mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Fix T8
This commit is contained in:
parent
88c476af22
commit
b1812ce90c
5 changed files with 22 additions and 1 deletions
|
@ -102,10 +102,12 @@ void sendSynchronousPulses(uint8_t runMask)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(HARDWARE_EXTERNAL_MODULE)
|
||||
if ((runMask & (1 << EXTERNAL_MODULE)) && isModuleSynchronous(EXTERNAL_MODULE)) {
|
||||
if (setupPulsesExternalModule())
|
||||
extmoduleSendNextFrame();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
uint32_t nextMixerTime[NUM_MODULES];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue