1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 14:33:52 +01:00

boards/native: set FLASHER as empty

This commit is contained in:
Alexandre Abadie 2021-02-18 11:17:31 +01:00
parent fbe6748c57
commit a11dca706f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -10,7 +10,7 @@ else
endif
RESET ?= $(RIOTBOARD)/native/dist/reset.sh
FLASHER = true
FLASHER ?=
FLASHFILE ?= $(ELFFILE)
TERMPROG ?= $(FLASHFILE)