From ae08e9555c174e52a2ebb9404a37ca27e7d59f74 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 18 Jun 2024 18:32:54 +0200 Subject: [PATCH] Update config.h - fixes: https://github.com/betaflight/betaflight/issues/13689 --- configs/HIFIONRCF7/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/HIFIONRCF7/config.h b/configs/HIFIONRCF7/config.h index e14e3dfe..36d3810f 100644 --- a/configs/HIFIONRCF7/config.h +++ b/configs/HIFIONRCF7/config.h @@ -31,6 +31,8 @@ #define USE_GYRO #define USE_GYRO_SPI_MPU6000 #define USE_MAX7456 +#define USE_FLASH +#define USE_FLASH_W25Q128FV #define BEEPER_PIN PC15 #define MOTOR1_PIN PB0