From 2f07e79e50ced1d76e93480a4ca4125fc737258e Mon Sep 17 00:00:00 2001 From: Pascal Langer Date: Sun, 21 Feb 2021 18:35:24 +0100 Subject: [PATCH] T18 build by default --- Multiprotocol/Validate.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Multiprotocol/Validate.h b/Multiprotocol/Validate.h index d68214a..4928525 100644 --- a/Multiprotocol/Validate.h +++ b/Multiprotocol/Validate.h @@ -217,6 +217,9 @@ #if not defined(STM32_BOARD) #error "Error MULTI_5IN1_INTERNAL is only for STM32 boards." #endif + #if ! MULTI_5IN1_INTERNAL+0 + #define MULTI_5IN1_INTERNAL JP_T18 // make JP_T18 default if it has not been explicitly declared + #endif #define A7105_INSTALLED #define CYRF6936_INSTALLED #define CC2500_INSTALLED