From 8c64fdd091f825d7fdcb0eb903c5d1af49c76129 Mon Sep 17 00:00:00 2001 From: Liam Powell Date: Sat, 18 Mar 2023 17:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20STM32H723Vx=5Fbtt=20for=20?= =?UTF-8?q?case-sensitive=20(#25535)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buildroot/share/PlatformIO/boards/marlin_STM32H723Vx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot/share/PlatformIO/boards/marlin_STM32H723Vx.json b/buildroot/share/PlatformIO/boards/marlin_STM32H723Vx.json index 73620c162d..a2154d448a 100644 --- a/buildroot/share/PlatformIO/boards/marlin_STM32H723Vx.json +++ b/buildroot/share/PlatformIO/boards/marlin_STM32H723Vx.json @@ -6,7 +6,7 @@ "f_cpu": "550000000L", "mcu": "stm32h723vet6", "product_line": "STM32H723xx", - "variant": "MARLIN_H723vx" + "variant": "MARLIN_H723Vx" }, "connectivity": [ "can",