mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-22 17:33:15 +00:00
Adding CFlie protocol (#159)
This commit is contained in:
committed by
pascallanger
parent
811913bf89
commit
07adeaf60d
@@ -108,7 +108,7 @@ static uint8_t __attribute__((unused)) NRF24L01_GetStatus()
|
||||
return SPI_Read();
|
||||
}
|
||||
|
||||
static uint8_t __attribute__((unused)) NRF24L01_GetDynamicPayloadSize()
|
||||
static uint8_t NRF24L01_GetDynamicPayloadSize()
|
||||
{
|
||||
NRF_CSN_off;
|
||||
SPI_Write(R_RX_PL_WID);
|
||||
|
||||
Reference in New Issue
Block a user