Skip to content

Commit

Permalink
🔨 Fix marlin_STM32H723VG mcu value (MarlinFirmware#25991)
Browse files Browse the repository at this point in the history
  • Loading branch information
discip authored and Andy-Big committed Jul 17, 2023
1 parent 6d814bc commit 426f31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/boards/marlin_STM32H723VG.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H7xx -DSTM32H723xx",
"f_cpu": "550000000L",
"mcu": "stm32h723vzt6",
"mcu": "stm32h723vgt6",
"product_line": "STM32H723xx",
"variant": "MARLIN_H723VG"
},
Expand Down

0 comments on commit 426f31a

Please sign in to comment.