1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #10176 from smlng/pr/lora-box/flasherflags

lorabox: add port to flasher parameters
This commit is contained in:
Cenk Gündoğan 2018-10-18 10:00:57 +02:00 committed by GitHub
commit aa784b5ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,6 @@ HEXFILE = $(BINFILE)
# -u: use sector by sector erase
# -S: swap RTS and DTR
# -l 0x1ff: amount of sectors to erase
FFLAGS += -e -u -S -l 0x1ff -w $(BINFILE)
FFLAGS += -p $(PORT) -e -u -S -l 0x1ff -w $(BINFILE)
TERMFLAGS += --set-rts 0