mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Modify (fix) outer level conditional to cover till the end
This commit is contained in:
parent
7503f06ce9
commit
d9658cc00d
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ static IO_t rxLnaEnPin;
|
||||||
#if defined(USE_RX_CC2500_SPI_DIVERSITY)
|
#if defined(USE_RX_CC2500_SPI_DIVERSITY)
|
||||||
static IO_t antSelPin;
|
static IO_t antSelPin;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
static int16_t rssiDbm;
|
static int16_t rssiDbm;
|
||||||
|
|
||||||
uint16_t cc2500getRssiDbm(void)
|
uint16_t cc2500getRssiDbm(void)
|
||||||
|
@ -169,3 +169,4 @@ void cc2500ApplyRegisterConfig(const cc2500RegisterConfigElement_t *configArrayP
|
||||||
configArrayPtr++;
|
configArrayPtr++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue