1
0
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:
Marian Buschsieweke 2023-05-03 15:32:28 +02:00
parent 63d535e21d
commit 93561c740f
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -3,5 +3,4 @@ PORT_LINUX ?= /dev/ttyUSB0
ifeq ($(PROGRAMMER),jlink)
JLINK_DEVICE = RP2040_M0_0
FLASHFILE = $(ELFFILE)
endif