Skip to content

Commit

Permalink
* make flasher options optional for msba2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 28, 2010
1 parent 19f5c85 commit 8fb55fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msba2/Jamrules.msba2
Expand Up @@ -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)" ;

0 comments on commit 8fb55fc

Please sign in to comment.