1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Modify (fix) outer level conditional to cover till the end

This commit is contained in:
jflyper 2020-10-10 12:24:30 +09:00
parent 7503f06ce9
commit d9658cc00d

View file

@ -50,7 +50,7 @@ static IO_t rxLnaEnPin;
#if defined(USE_RX_CC2500_SPI_DIVERSITY)
static IO_t antSelPin;
#endif
#endif
static int16_t rssiDbm;
uint16_t cc2500getRssiDbm(void)
@ -169,3 +169,4 @@ void cc2500ApplyRegisterConfig(const cc2500RegisterConfigElement_t *configArrayP
configArrayPtr++;
}
}
#endif