1
0
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:
Alexandre Abadie 2021-02-18 18:01:06 +01:00
parent a657ff39d6
commit d4634c5a7a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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