1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 20:10:18 +03:00

Merge pull request #10326 from etracer65/fix_cc2500_common

Fix cc2500_common define block
This commit is contained in:
Michael Keller 2020-11-08 12:04:12 +13:00
parent 0f48043f53
commit b1e572fd69

View file

@ -50,6 +50,7 @@ static IO_t rxLnaEnPin;
#if defined(USE_RX_CC2500_SPI_DIVERSITY)
static IO_t antSelPin;
#endif
#endif
static int16_t rssiDbm;
@ -159,7 +160,6 @@ bool cc2500SpiInit(void)
return true;
}
#endif
void cc2500ApplyRegisterConfig(const cc2500RegisterConfigElement_t *configArrayPtr, int configSize)
{