1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

* removed unnecessary line from msba2 Makefile

This commit is contained in:
Oliver Hahm 2013-04-01 00:09:56 +02:00
parent 519144f40a
commit b0d9e4f86f

View File

@ -19,6 +19,5 @@ ifeq ($(strip $(PORT)),)
export PORT = /dev/ttyUSB0
endif
export HEXFILE = bin/$(PROJECT).hex
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
include $(RIOTBOARD)/msba2-common/Makefile.dep