Skip to content

Commit

Permalink
Fix STM32H743IIT6 processor speed
Browse files Browse the repository at this point in the history
480 MHz, not 400
  • Loading branch information
thisiskeithb committed Feb 24, 2023
1 parent 14fcc45 commit a7eb629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"core": "stm32",
"cpu": "cortex-m7",
"extra_flags": "-DSTM32H743xx",
"f_cpu": "400000000L",
"f_cpu": "480000000L",
"mcu": "stm32h743iit6",
"variant": "MARLIN_BTT_SKR_SE_BX"
},
Expand Down

0 comments on commit a7eb629

Please sign in to comment.