mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 13:25:20 +03:00
parent
a59776a8e8
commit
f7f1b1ff7b
27 changed files with 188 additions and 117 deletions
|
@ -78,8 +78,8 @@ bool isModuleSynchronous(uint8_t module)
|
|||
uint8_t protocol = moduleSettings[module].protocol;
|
||||
if (protocol == PROTOCOL_CHANNELS_PXX2 || protocol == PROTOCOL_CHANNELS_CROSSFIRE || protocol == PROTOCOL_CHANNELS_NONE)
|
||||
return true;
|
||||
#if defined(INTMODULE_USART)
|
||||
if (protocol == PROTOCOL_CHANNELS_PXX1 && module == INTERNAL_MODULE)
|
||||
#if defined(INTMODULE_USART) || defined(EXTMODULE_USART)
|
||||
if (protocol == PROTOCOL_CHANNELS_PXX1_SERIAL)
|
||||
return true;
|
||||
#endif
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue