1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-18 05:45:21 +03:00
This commit is contained in:
3djc 2019-03-20 17:18:33 +01:00
parent 7d2f3dff5a
commit f2159b5a76

View file

@ -89,7 +89,7 @@ void sendSynchronousPulses()
{
for (uint8_t module = 0; module < NUM_MODULES; module++) {
if (isModuleSynchronous(module) && setupPulses(module)) {
#if defined(PCBHORUS) || defined(PCBTARAHIS)
#if defined(PCBHORUS) || defined(PCBTARANIS)
if (module == INTERNAL_MODULE)
intmoduleSendNextFrame();
#endif