From fea686f2b5f29a8cb7aaa5591364a5f6320fb3fc Mon Sep 17 00:00:00 2001 From: Krzysztof Matula Date: Sat, 6 Apr 2019 22:22:35 +0200 Subject: [PATCH] enable stats only on targets with > 256M flash --- src/main/target/common_pre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/common_pre.h b/src/main/target/common_pre.h index 24bc97d3e1..05129748f8 100644 --- a/src/main/target/common_pre.h +++ b/src/main/target/common_pre.h @@ -178,13 +178,13 @@ #define USE_SERIALRX_FPORT // FrSky FPort #define USE_TELEMETRY_CRSF #define USE_TELEMETRY_SRXL -#define USE_STATS #if ((FLASH_SIZE > 256) || (FEATURE_CUT_LEVEL < 12)) #define USE_CMS #define USE_MSP_DISPLAYPORT #define USE_MSP_OVER_TELEMETRY #define USE_LED_STRIP +#define USE_STATS #endif #if ((FLASH_SIZE > 256) || (FEATURE_CUT_LEVEL < 11))