Skip to content

Commit

Permalink
hw/mcu/dialog: Fix download script
Browse files Browse the repository at this point in the history
Need to break on mynewt_main instead of main.
  • Loading branch information
andrzej-kaczmarek committed Dec 11, 2023
1 parent 259b76d commit 37291e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ set *(int *)0x500000BC = 4
set \$sp=*(int *)0x20000000
set \$pc=*(int *)0x20000004
set {int}0x38000080 = 0
b main
b mynewt_main
c
d 1
Expand Down

0 comments on commit 37291e1

Please sign in to comment.