From 3064fbcd0eaa0f8a1846af4a3d0f0871c6adccec Mon Sep 17 00:00:00 2001 From: Bruce Luckcuck Date: Thu, 3 May 2018 07:38:05 -0400 Subject: [PATCH] Fixed flash overflow for FRSKYF3 --- src/main/target/FRSKYF3/target.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/target/FRSKYF3/target.h b/src/main/target/FRSKYF3/target.h index cad783c869..112251914f 100644 --- a/src/main/target/FRSKYF3/target.h +++ b/src/main/target/FRSKYF3/target.h @@ -20,6 +20,10 @@ #pragma once +// Removed to make the firmware fit into flash (in descending order of priority): +#undef USE_GYRO_OVERFLOW_CHECK // target does not use affected gyros +#undef USE_RTC_TIME + #define TARGET_BOARD_IDENTIFIER "FRF3" #define USE_TARGET_CONFIG #define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE