mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/rpi-pico: ELF format now is default, cleanup
Now that the ELF file format is the default anyway, we don't need to specify this explicitly anymore.
This commit is contained in:
parent
63d535e21d
commit
93561c740f
@ -3,5 +3,4 @@ PORT_LINUX ?= /dev/ttyUSB0
|
||||
|
||||
ifeq ($(PROGRAMMER),jlink)
|
||||
JLINK_DEVICE = RP2040_M0_0
|
||||
FLASHFILE = $(ELFFILE)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user