Skip to content

Commit

Permalink
🐛 Fix Index Mobo Rev03 upload (#23676)
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes authored and thinkyhead committed May 7, 2022
1 parent 22db62d commit f193729
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buildroot/share/PlatformIO/boards/marlin_index_mobo_rev03.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"extra_flags": "-DSTM32F407xx",
"f_cpu": "168000000L",
"hwids": [
[
"0x0483",
"0xdf11"
],
[
"0x1EAF",
"0x0003"
],
[
"0x0483",
"0x3748"
],
[
"0x0483",
"0xdf11"
]
],
"mcu": "stm32f407vet6",
Expand All @@ -35,7 +35,7 @@
"disable_flushing": false,
"maximum_ram_size": 131072,
"maximum_size": 524288,
"protocol": "stlink",
"protocol": "dfu",
"protocols": [
"stlink",
"dfu",
Expand Down

0 comments on commit f193729

Please sign in to comment.