From d889afde15a84edd1e759b8dd2790e3bd445b80c Mon Sep 17 00:00:00 2001 From: Bruce Luckcuck Date: Fri, 25 May 2018 20:46:58 -0400 Subject: [PATCH] Fixed flash overflow for COLIBRI_RACE --- src/main/target/COLIBRI_RACE/target.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/target/COLIBRI_RACE/target.h b/src/main/target/COLIBRI_RACE/target.h index 8f1f99b587..e5d001cf4f 100644 --- a/src/main/target/COLIBRI_RACE/target.h +++ b/src/main/target/COLIBRI_RACE/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 "CLBR" #define BST_DEVICE_NAME "COLIBRI RACE" #define BST_DEVICE_NAME_LENGTH 12