mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
* fix msba2 flash command to use lpc2k_pgm from path, without flashutil
This commit is contained in:
parent
58bf287751
commit
2acc036831
@ -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) lpc2k_pgm ;
|
||||
FLASHFLAGS ?= "$(PORT)" ;
|
||||
|
Loading…
Reference in New Issue
Block a user