mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-12 09:47:54 +00:00
try to fix travis build err
This commit is contained in:
parent
d50b1854d0
commit
3512a5e33a
@ -2,8 +2,6 @@
|
||||
#ifndef _ExpressLRS_H_
|
||||
#define _ExpressLRS_H_
|
||||
|
||||
#include "iface_SX1276.h"
|
||||
|
||||
#define One_Bit_Switches
|
||||
|
||||
extern uint8_t UID[6];
|
||||
|
@ -1,4 +1,4 @@
|
||||
#if defined(ELRS_SX1276_INO)
|
||||
#if defined(ELRS_SX1276_INO) && defined(SX1276_INSTALLED)
|
||||
|
||||
#include "iface_sx1276.h"
|
||||
#include "ExpressLRS.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user