Skip to content

Commit

Permalink
fix last commit slipup
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Dec 7, 2024
1 parent 0f60d6e commit cf620b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -1439,8 +1439,8 @@ func applyPatches(executable string, bootPatches []string) (err error) {
switch patch {
case "rp2040":
err = patchRP2040BootCRC(executable)
case "rp2350":
err = patchRP2350BootIMAGE_DEF(executable)
// case "rp2350":
// err = patchRP2350BootIMAGE_DEF(executable)
default:
err = errors.New("undefined boot patch name")
}
Expand Down

0 comments on commit cf620b5

Please sign in to comment.