From 1b510ce0be682c43460ad751ff544e1d26f90dd3 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:40:06 -0500 Subject: [PATCH] [target] fix DREAMFLYF722 MCU STM32F7X2 --- configs/DREAMFLYF722/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/DREAMFLYF722/config.h b/configs/DREAMFLYF722/config.h index 5d52f129..67f52d15 100644 --- a/configs/DREAMFLYF722/config.h +++ b/configs/DREAMFLYF722/config.h @@ -21,7 +21,7 @@ #pragma once -#define FC_TARGET_MCU STM32FX2 +#define FC_TARGET_MCU STM32F7X2 #define BOARD_NAME DREAMFLYF722 #define MANUFACTURER_ID DFRC