T18 build by default

This commit is contained in:
Pascal Langer 2021-02-21 18:35:24 +01:00
parent 2233f6f862
commit 2f07e79e50

View File

@ -217,6 +217,9 @@
#if not defined(STM32_BOARD) #if not defined(STM32_BOARD)
#error "Error MULTI_5IN1_INTERNAL is only for STM32 boards." #error "Error MULTI_5IN1_INTERNAL is only for STM32 boards."
#endif #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 A7105_INSTALLED
#define CYRF6936_INSTALLED #define CYRF6936_INSTALLED
#define CC2500_INSTALLED #define CC2500_INSTALLED