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:
parent
8cd50725fa
commit
7b5b7c6d54
8 changed files with 25 additions and 22 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue