mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge pull request #10326 from etracer65/fix_cc2500_common
Fix cc2500_common define block
This commit is contained in:
parent
0f48043f53
commit
b1e572fd69
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +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;
|
||||||
|
|
||||||
|
@ -159,7 +160,6 @@ bool cc2500SpiInit(void)
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
void cc2500ApplyRegisterConfig(const cc2500RegisterConfigElement_t *configArrayPtr, int configSize)
|
void cc2500ApplyRegisterConfig(const cc2500RegisterConfigElement_t *configArrayPtr, int configSize)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue