Adding CFlie protocol (#159)

This commit is contained in:
James Hagerman
2018-05-04 07:12:04 -07:00
committed by pascallanger
parent 811913bf89
commit 07adeaf60d
7 changed files with 925 additions and 3 deletions

View File

@@ -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);