mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +01:00
* make flasher options optional for msba2
This commit is contained in:
parent
94ffbb12eb
commit
483996d902
@ -29,5 +29,5 @@ CPU = lpc2387 ;
|
||||
|
||||
HDRS += [ FPath $(TOP) board $(BOARD) drivers include ] ;
|
||||
|
||||
FLASHER = $(POSIXSHELL) $(TOP)/board/msba2/tools/flashutil.sh ;
|
||||
FLASHFLAGS = --basedir $(TOP)/board/msba2/tools --id "MSB-A2" --ports "$(PORT)" ;
|
||||
FLASHER ?= $(POSIXSHELL) $(TOP)/board/msba2/tools/flashutil.sh ;
|
||||
FLASHFLAGS ?= --basedir $(TOP)/board/msba2/tools --id "MSB-A2" --ports "$(PORT)" ;
|
||||
|
Loading…
Reference in New Issue
Block a user