mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-11 19:13:15 +00:00
Fix XN297Dump enhanced payload detection
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
//////////////
|
||||
// Functions
|
||||
static bool __attribute__((unused)) XN297_Configure(bool, bool, bool);
|
||||
static bool __attribute__((unused)) XN297_Configure(bool, bool, bool, bool force_nrf=false);
|
||||
static void __attribute__((unused)) XN297_SetTXAddr(const uint8_t*, uint8_t);
|
||||
static void __attribute__((unused)) XN297_SetRXAddr(const uint8_t*, uint8_t);
|
||||
static void __attribute__((unused)) XN297_SetTxRxMode(enum TXRX_State);
|
||||
|
||||
Reference in New Issue
Block a user