From c9b71fc4ea17d5fe7583c80176b00f00791f999f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Garci=CC=81a=20Hierro?= Date: Sun, 6 Sep 2020 16:11:46 +0100 Subject: [PATCH] [CMAKE] Remove BETAFLIGHTF3 target from releases RAM no longer fits --- src/main/target/BETAFLIGHTF3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/BETAFLIGHTF3/CMakeLists.txt b/src/main/target/BETAFLIGHTF3/CMakeLists.txt index e27e7e5e7a..79e749481b 100644 --- a/src/main/target/BETAFLIGHTF3/CMakeLists.txt +++ b/src/main/target/BETAFLIGHTF3/CMakeLists.txt @@ -1 +1 @@ -target_stm32f303xc(BETAFLIGHTF3 COMPILE_DEFINITIONS "SPRACINGF3") +target_stm32f303xc(BETAFLIGHTF3 COMPILE_DEFINITIONS "SPRACINGF3" SKIP_RELEASES)