Skip to content

Commit

Permalink
Make bootloader updating (via ISP) a little easier to use
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicgs committed Dec 31, 2013
1 parent d8717ee commit ce9a64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/bootloader/Makefile
Original file line number Diff line number Diff line change
@@ -233,7 +233,7 @@ LDFLAGS += -lgcc -lm
LDFLAGS += -Wl,--end-group

#---------------- Programming Options ----------------
LPCISP ?= ~/src/lpc21isp/lpc21isp
LPCISP ?= $(shell which lpc21isp)
PROGDEV ?= /dev/ttyUSB0

#============================================================================

0 comments on commit ce9a64a

Please sign in to comment.