Update Validate.h (#119)

Add `#undef` for new  esky150 and H8_3D protocols if `NRF24L01_INSTALLED` is not defined.
This commit is contained in:
Ben Lye 2017-12-07 14:40:59 +00:00 committed by pascallanger
parent a19ac87a04
commit b3cddfe2d4

View File

@ -90,6 +90,8 @@
#undef GW008_NRF24L01_INO #undef GW008_NRF24L01_INO
#undef DM002_NRF24L01_INO #undef DM002_NRF24L01_INO
#undef CABELL_NRF24L01_INO #undef CABELL_NRF24L01_INO
#undef ESKY150_NRF24L01_INO
#undef H8_3D_NRF24L01_INO
#endif #endif
//Make sure telemetry is selected correctly //Make sure telemetry is selected correctly