try to fix travis build err

This commit is contained in:
AlessandroAU 2020-07-28 02:13:44 +10:00
parent d50b1854d0
commit 3512a5e33a
2 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
#ifndef _ExpressLRS_H_ #ifndef _ExpressLRS_H_
#define _ExpressLRS_H_ #define _ExpressLRS_H_
#include "iface_SX1276.h"
#define One_Bit_Switches #define One_Bit_Switches
extern uint8_t UID[6]; extern uint8_t UID[6];

View File

@ -1,4 +1,4 @@
#if defined(ELRS_SX1276_INO) #if defined(ELRS_SX1276_INO) && defined(SX1276_INSTALLED)
#include "iface_sx1276.h" #include "iface_sx1276.h"
#include "ExpressLRS.h" #include "ExpressLRS.h"