1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Fixed flash overflow for FRSKYF3

This commit is contained in:
Bruce Luckcuck 2018-05-03 07:38:05 -04:00
parent 2a91eaac8d
commit 3064fbcd0e

View file

@ -20,6 +20,10 @@
#pragma once #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 TARGET_BOARD_IDENTIFIER "FRF3"
#define USE_TARGET_CONFIG #define USE_TARGET_CONFIG
#define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE #define CONFIG_FASTLOOP_PREFERRED_ACC ACC_NONE