Skip to content

Commit

Permalink
Use uart console for rp2350 since USB console crashes with fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cibomahto committed Dec 12, 2024
1 parent 6951d96 commit 480819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/rp2350.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"build-tags": ["rp2350", "rp"],
"flash-1200-bps-reset": "true",
"flash-method": "msd",
"serial": "usb",
"serial": "uart",
"msd-volume-name": ["RP2350"],
"msd-firmware-name": "firmware.uf2",
"binary-format": "uf2",
Expand Down

0 comments on commit 480819d

Please sign in to comment.