Skip to content

Commit 869a84d

Browse files
committed
Updating the example for the larger bootloader.
1 parent 0fa8e92 commit 869a84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_payload/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CFLAGS = --model-small --opt-code-speed
1111
# USER_CODE_BASE in the bootloader!
1212
LDFLAGS_FLASH = \
1313
--out-fmt-ihx \
14-
--code-loc 0x1000 --code-size 0x8000 \
14+
--code-loc 0x1400 --code-size 0x8000 \
1515
--xram-loc 0xf000 --xram-size 0x300 \
1616
--iram-size 0x100
1717

0 commit comments

Comments
 (0)