1
0
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:
Gaëtan Harter 2019-06-03 12:29:41 +02:00
parent 0d090ad7cb
commit 029cd161f1
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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)