Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5660dc0

Browse files
authoredMar 18, 2023
Fix capitalisation in marlin_STM32H723Vx.json to match folder name
This allows building on case-sensitive filesystems
1 parent 45743e9 commit 5660dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎buildroot/share/PlatformIO/boards/marlin_STM32H723Vx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"f_cpu": "550000000L",
77
"mcu": "stm32h723vet6",
88
"product_line": "STM32H723xx",
9-
"variant": "MARLIN_H723vx"
9+
"variant": "MARLIN_H723Vx"
1010
},
1111
"connectivity": [
1212
"can",

0 commit comments

Comments
 (0)
Please sign in to comment.