mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nrf52840-mdk-dongle: remove uf2conv conditionals
This commit is contained in:
parent
a657ff39d6
commit
d4634c5a7a
@ -2,6 +2,7 @@
|
||||
|
||||
PROGRAMMER ?= uf2conv
|
||||
|
||||
UF2CONV_FLAGS = -f 0xADA52840
|
||||
ifeq (uf2conv,$(PROGRAMMER))
|
||||
|
||||
# Using uf2conv implies using the UF2 bootloader
|
||||
@ -12,7 +13,6 @@ ifeq (uf2conv,$(PROGRAMMER))
|
||||
ROM_OFFSET = 0x1000
|
||||
ROM_LEN = 0xf3000
|
||||
|
||||
UF2CONV_FLAGS = -f 0xADA52840
|
||||
include $(RIOTMAKE)/tools/usb_board_reset.mk
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user