From 1e5c279da37270ec8d084cd9c46e6abec2f70a42 Mon Sep 17 00:00:00 2001 From: discip <53649486+discip@users.noreply.github.com> Date: Sat, 17 Jun 2023 22:53:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20marlin=5FSTM32H723VG=20mcu?= =?UTF-8?q?=20value=20(#25991)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #25921 --- buildroot/share/PlatformIO/boards/marlin_STM32H723VG.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/PlatformIO/boards/marlin_STM32H723VG.json b/buildroot/share/PlatformIO/boards/marlin_STM32H723VG.json index bf1fc961af..44a37e94ec 100644 --- a/buildroot/share/PlatformIO/boards/marlin_STM32H723VG.json +++ b/buildroot/share/PlatformIO/boards/marlin_STM32H723VG.json @@ -4,7 +4,7 @@ "cpu": "cortex-m7", "extra_flags": "-DSTM32H7xx -DSTM32H723xx", "f_cpu": "550000000L", - "mcu": "stm32h723vzt6", + "mcu": "stm32h723vgt6", "product_line": "STM32H723xx", "variant": "MARLIN_H723VG" },