diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-02-28 04:10:41 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-02-28 04:10:41 +0000 |
commit | 0b71f5237195b387f240469e3ca403382c8e8830 (patch) | |
tree | ef468344b2b66ae7274f7e5b037582f960134012 /Pd_firmware/Makefile | |
parent | 2e4887f3a41400f179da558976ff0040c0229acb (diff) |
added voice prompt to press the reset button so that avrdude can upload the new firmware
svn path=/trunk/externals/hardware/arduino/; revision=7452
Diffstat (limited to 'Pd_firmware/Makefile')
-rw-r--r-- | Pd_firmware/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Pd_firmware/Makefile b/Pd_firmware/Makefile index 0343de5..dada33c 100644 --- a/Pd_firmware/Makefile +++ b/Pd_firmware/Makefile @@ -43,7 +43,7 @@ # 7. Type "make upload", reset your Arduino board, and press enter to # upload your program to the Arduino board. # -# $Id: Makefile,v 1.2 2007-02-28 04:02:06 eighthave Exp $ +# $Id: Makefile,v 1.3 2007-02-28 04:10:41 eighthave Exp $ PORT = /dev/tty.usbserial-1* TARGET = Pd_firmware @@ -123,6 +123,8 @@ ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS) # Default target. all: build + qtplay press.wav + make upload build: applet_files elf hex |