mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
Fix pulses ;)
This commit is contained in:
parent
f2159b5a76
commit
4b393e48a0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue