1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Fix pulses ;)

This commit is contained in:
3djc 2019-03-20 17:22:55 +01:00
parent f2159b5a76
commit 4b393e48a0

View file

@ -334,7 +334,7 @@ void setupPulsesExternalModule(uint8_t protocol)
void setupPulses(uint8_t module, uint8_t protocol)
{
switch (module) {
#if defined(PCBTARANIS) && defined(PCBHORUS)
#if defined(PCBTARANIS) || defined(PCBHORUS)
case INTERNAL_MODULE:
setupPulsesInternalModule(protocol);
break;