mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-01 12:27:13 +00:00
🔨 Fix STM32H723Vx_btt for case-sensitive (#25535)
This commit is contained in:
parent
d0669527c4
commit
8c64fdd091
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"f_cpu": "550000000L",
|
"f_cpu": "550000000L",
|
||||||
"mcu": "stm32h723vet6",
|
"mcu": "stm32h723vet6",
|
||||||
"product_line": "STM32H723xx",
|
"product_line": "STM32H723xx",
|
||||||
"variant": "MARLIN_H723vx"
|
"variant": "MARLIN_H723Vx"
|
||||||
},
|
},
|
||||||
"connectivity": [
|
"connectivity": [
|
||||||
"can",
|
"can",
|
||||||
|
|
Loading…
Reference in a new issue