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:
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)
|
||||
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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue