Fix compilation

This commit is contained in:
Goebish 2019-09-17 23:28:12 +02:00
parent 7f1d37de81
commit 45cf3cd883

View File

@ -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