mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
makefiles/tools/uniflash.inc.mk: remove empty RESET_FLAGS
Remove the line with only 'RESET_FLAGS'. This was a migration mistake when removing 'export'.
This commit is contained in:
parent
0d090ad7cb
commit
029cd161f1
@ -13,7 +13,6 @@ ifneq ("$(wildcard $(UNIFLASH_PATH)/dslite.sh)","")
|
||||
_XDS110RESET ?= $(UNIFLASH_PATH)/simplelink/imagecreator/bin/xds110reset
|
||||
XDS110RESET ?= $(firstword $(wildcard $(_XDS110RESET) $(_XDS110RESET_4_0_4_3)) xds110reset)
|
||||
RESET = $(XDS110RESET)
|
||||
RESET_FLAGS
|
||||
else
|
||||
FLASHER = $(UNIFLASH_PATH)/uniflash.sh
|
||||
FFLAGS = -ccxml $(RIOTBOARD)/$(BOARD)/dist/$(CPU_MODEL)_$(XDEBUGGER).ccxml -program $(FLASHFILE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user