mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* fixed flasher flags for MSB-A2
* added required include for msb-430-common
This commit is contained in:
parent
a9caa84826
commit
a623d14286
@ -19,3 +19,5 @@ ifeq ($(strip $(PORT)),)
|
||||
endif
|
||||
export HEXFILE = bin/$(PROJECT).hex
|
||||
export FFLAGS = -d $(PORT) -j uif "prog $(HEXFILE)"
|
||||
|
||||
export INCLUDES += -I $(RIOTCPU)/msp430-common/include/
|
||||
|
@ -19,5 +19,5 @@ ifeq ($(strip $(PORT)),)
|
||||
export PORT = /dev/ttyUSB0
|
||||
endif
|
||||
export HEXFILE = bin/$(PROJECT).hex
|
||||
|
||||
export FFLAGS = $(PORT) $(PROJBINDIR)/$(PROJECT).hex
|
||||
include $(RIOTBOARD)/msba2-common/Makefile.dep
|
||||
|
Loading…
Reference in New Issue
Block a user