diff options
author | tfateba <none@example.com> | 2017-06-10 00:36:19 +0000 |
---|---|---|
committer | tfateba <none@example.com> | 2017-06-10 00:36:19 +0000 |
commit | 72bf7d1c66d2dbde1208c7fb34cabc59ff180d23 (patch) | |
tree | 4d7b01132096251a48531d080cacdf7e695a2278 /demos/AVR | |
parent | 11a53887bc6baa4df68b53aa6dec02e3a6060e38 (diff) | |
download | ChibiOS-72bf7d1c66d2dbde1208c7fb34cabc59ff180d23.tar.gz ChibiOS-72bf7d1c66d2dbde1208c7fb34cabc59ff180d23.tar.bz2 ChibiOS-72bf7d1c66d2dbde1208c7fb34cabc59ff180d23.zip |
Correct the AVR Programmer name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10256 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR')
-rw-r--r-- | demos/AVR/NIL-ARDUINO-UNO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/NIL-ARDUINO-UNO/Makefile b/demos/AVR/NIL-ARDUINO-UNO/Makefile index cef0df809..da1597487 100644 --- a/demos/AVR/NIL-ARDUINO-UNO/Makefile +++ b/demos/AVR/NIL-ARDUINO-UNO/Makefile @@ -254,7 +254,7 @@ LDFLAGS += $(PRINTF_LIB) $(SCANF_LIB) $(MATH_LIB) # Type: avrdude -c ?
# to get a full listing.
#
-AVRDUDE_PROiGRAMMER = arduino
+AVRDUDE_PROGRAMMER = arduino
# com1 = serial port. Use lpt1 to connect to parallel port.
AVRDUDE_PORT = /dev/ttyACM0 # programmer connected to serial device
|