Skip to content

Commit

Permalink
Fixed a bug on the RP2040 and STM32L476
Browse files Browse the repository at this point in the history
  • Loading branch information
tabemann committed Nov 12, 2024
1 parent d912e3c commit d55e36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/forth/basic.fs
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ commit-flash
end-block
chip $73746D = swap $6C0001DC = and \ stm32l476
chip $7270 = swap 2040 = and or if \ rp2040
rot ?dup if here swap branch-back! then
rot ?dup if here swap branch-back! else 0 -rot then
then
reserve-branch
-rot postpone then-no-block
Expand Down

0 comments on commit d55e36b

Please sign in to comment.