mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-06 05:47:52 +00:00
dont merge - only for test
This commit is contained in:
parent
a8ae0a2bd1
commit
74de693dc7
@ -1199,9 +1199,9 @@ static void protocol_init()
|
|||||||
modules_reset();
|
modules_reset();
|
||||||
|
|
||||||
uint8_t index=0;
|
uint8_t index=0;
|
||||||
//#if defined(FRSKYX_CC2500_INO) && defined(MULTI_EU)
|
#if defined(FRSKYX_CC2500_INO) && defined(MULTI_EU)
|
||||||
// if( ! ( (protocol == PROTO_FRSKYX || protocol == PROTO_FRSKYX2) && sub_protocol < 2 ) )
|
if( ! ( (protocol == PROTO_FRSKYX || protocol == PROTO_FRSKYX2) && sub_protocol < 2 ) )
|
||||||
//#endif
|
#endif
|
||||||
while(multi_protocols[index].protocol != 0xFF)
|
while(multi_protocols[index].protocol != 0xFF)
|
||||||
{
|
{
|
||||||
if(multi_protocols[index].protocol==protocol)
|
if(multi_protocols[index].protocol==protocol)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user