mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/tools/pyocd: remove deprecated FLASH_TARGET_TYPE var
This commit is contained in:
parent
6e8d3246e6
commit
135e0a6ca1
@ -3,12 +3,6 @@ DEBUGGER ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||||
DEBUGSERVER ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||||
RESET ?= $(RIOTBASE)/dist/tools/pyocd/pyocd.sh
|
||||
|
||||
# Warn about deprecated variables
|
||||
ifneq (,$(FLASH_TARGET_TYPE))
|
||||
$(warning Warning! FLASH_TARGET_TYPE is deprecated use PYOCD_FLASH_TARGET_TYPE)
|
||||
PYOCD_FLASH_TARGET_TYPE ?= $(FLASH_TARGET_TYPE)
|
||||
endif
|
||||
|
||||
PYOCD_FLASH_TARGET_TYPE ?=
|
||||
FLASHFILE ?= $(HEXFILE)
|
||||
FFLAGS ?= flash $(FLASHFILE)
|
||||
|
Loading…
Reference in New Issue
Block a user