1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-17 21:35:27 +03:00

Taranis external module fix

This commit is contained in:
Bertrand Songis 2019-02-08 10:55:11 +01:00
parent 8cd50725fa
commit 7b5b7c6d54
8 changed files with 25 additions and 22 deletions

View file

@ -82,8 +82,8 @@ void sendSynchronousPulses()
{
for (uint8_t module = 0; module < NUM_MODULES; module++) {
uint8_t protocol = moduleSettings[module].protocol;
if (isProtocolSynchronous(protocol)) {
setupPulses(module);
if (isProtocolSynchronous(protocol) && setupPulses(module)) {
intmoduleSendNextFrame();
}
}
}