1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 22:43:50 +01:00

makefiles/pyocd.inc.mk: remove OFLAGS

OFLAGS is set by the `.bin` and `.hex` rules no need to define it anymore.
This commit is contained in:
Gaëtan Harter 2019-03-14 17:40:27 +01:00
parent 49144008e3
commit a7e17927e4
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -3,7 +3,6 @@ DEBUGGER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
DEBUGSERVER = $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
RESET ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
export OFLAGS ?= -O ihex
FFLAGS ?= flash $(HEXFILE)
DEBUGGER_FLAGS ?= debug $(ELFFILE)
DEBUGSERVER_FLAGS ?= debug-server