Skip to content

Commit

Permalink
nrf52840dongle: Fix ROM length declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed May 8, 2020
1 parent 844a0db commit c138d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/nrf52840dongle/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ifeq (nrfutil,$(PROGRAMMER))
# but that's what the minimal working example for the dongle does as well.

ROM_OFFSET = 0x1000
FW_ROM_LEN = 0xdf000
ROM_LEN = 0xdf000

FLASHFILE = $(HEXFILE)
FLASHDEPS += $(HEXFILE).zip
Expand Down

0 comments on commit c138d3f

Please sign in to comment.