From b3cddfe2d4e3beb5d19824d6735cc51027e91330 Mon Sep 17 00:00:00 2001 From: Ben Lye Date: Thu, 7 Dec 2017 14:40:59 +0000 Subject: [PATCH] Update Validate.h (#119) Add `#undef` for new esky150 and H8_3D protocols if `NRF24L01_INSTALLED` is not defined. --- Multiprotocol/Validate.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Multiprotocol/Validate.h b/Multiprotocol/Validate.h index b618d10..412558b 100644 --- a/Multiprotocol/Validate.h +++ b/Multiprotocol/Validate.h @@ -90,6 +90,8 @@ #undef GW008_NRF24L01_INO #undef DM002_NRF24L01_INO #undef CABELL_NRF24L01_INO + #undef ESKY150_NRF24L01_INO + #undef H8_3D_NRF24L01_INO #endif //Make sure telemetry is selected correctly @@ -169,4 +171,4 @@ #endif #if MAX_PPM_CHANNELS>16 #error MAX_PPM_CHANNELS must be below or equal to 16. The default for this value is 16. -#endif \ No newline at end of file +#endif