dont merge - only for test

This commit is contained in:
Homer 2023-06-16 21:08:20 +02:00 committed by GitHub
parent a8ae0a2bd1
commit 74de693dc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1199,9 +1199,9 @@ static void protocol_init()
modules_reset();
uint8_t index=0;
//#if defined(FRSKYX_CC2500_INO) && defined(MULTI_EU)
// if( ! ( (protocol == PROTO_FRSKYX || protocol == PROTO_FRSKYX2) && sub_protocol < 2 ) )
//#endif
#if defined(FRSKYX_CC2500_INO) && defined(MULTI_EU)
if( ! ( (protocol == PROTO_FRSKYX || protocol == PROTO_FRSKYX2) && sub_protocol < 2 ) )
#endif
while(multi_protocols[index].protocol != 0xFF)
{
if(multi_protocols[index].protocol==protocol)