mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-15 12:23:16 +00:00
New XN297L 250Kbps emu layer based on CC2500
This layer can be enabled/disabled with the option XN297L_CC2500_EMU in _config.h Protocols which are using it so far: GD00X, KF606 and MJXQ/E010&PHOENIX
This commit is contained in:
@@ -112,7 +112,7 @@ uint16_t state;
|
||||
uint8_t len;
|
||||
uint8_t armed, arm_flags, arm_channel_previous;
|
||||
|
||||
#if defined(FRSKYX_CC2500_INO) || defined(SFHSS_CC2500_INO) || defined(HITEC_CC2500_INO)
|
||||
#ifdef CC2500_INSTALLED
|
||||
uint8_t calData[48];
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user