mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-13 02:07:53 +00:00
Fix compilation
This commit is contained in:
parent
7f1d37de81
commit
45cf3cd883
@ -13,6 +13,10 @@
|
|||||||
along with Multiprotocol. If not, see <http://www.gnu.org/licenses/>.
|
along with Multiprotocol. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(FRSKYX_RX_CC2500_INO)
|
||||||
|
|
||||||
|
#include "iface_cc2500.h"
|
||||||
|
|
||||||
#define FRSKYX_FCC_LENGTH 30+2
|
#define FRSKYX_FCC_LENGTH 30+2
|
||||||
#define FRSKYX_LBT_LENGTH 33+2
|
#define FRSKYX_LBT_LENGTH 33+2
|
||||||
|
|
||||||
@ -297,3 +301,5 @@ uint16_t FrSkyX_Rx_callback()
|
|||||||
}
|
}
|
||||||
return 1000;
|
return 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user