From e2c4ee597368be6e915c0d96dae39b0da791e0d6 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 8 Jan 2024 16:34:20 +0100 Subject: [PATCH] Update FLYCOLORF7MINI (#292) --- configs/FLYCOLORF7MINI/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/FLYCOLORF7MINI/config.h b/configs/FLYCOLORF7MINI/config.h index eb9bb488..71a27b2a 100644 --- a/configs/FLYCOLORF7MINI/config.h +++ b/configs/FLYCOLORF7MINI/config.h @@ -21,6 +21,7 @@ #pragma once +#define FC_TARGET_MCU STM32F7X2 #define BOARD_NAME FLYCOLORF7MINI #define MANUFACTURER_ID FLCO @@ -39,7 +40,7 @@ #define BEEPER_PIN PC14 #define MOTOR1_PIN PB1 #define MOTOR2_PIN PB4 -#define MOTOR3_PIN PB03 +#define MOTOR3_PIN PB3 #define MOTOR4_PIN PA15 #define MOTOR5_PIN PC8 #define MOTOR6_PIN PC9