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 committed by GitHub
commit 8ee317f815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)
{