summaryrefslogtreecommitdiff
path: root/software/hhd70dongle
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-20 03:10:21 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-20 03:10:21 +0000
commit0f6fbb2d41993eb0887c918d59d17025f0421f8b (patch)
tree97100e3d4d55a7814e011d19666c2fb044fa35f1 /software/hhd70dongle
parentmuch more cooler reset (diff)
autoreset on flash :)
git-svn-id: https://svn.spreadspace.org/mur.sat@454 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle')
-rw-r--r--software/hhd70dongle/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/hhd70dongle/Makefile b/software/hhd70dongle/Makefile
index 7b612bf..65907fc 100644
--- a/software/hhd70dongle/Makefile
+++ b/software/hhd70dongle/Makefile
@@ -23,6 +23,7 @@
NAME := hhd70dongle
OBJ := hhd70dongle.o led.o hhd70.o usb_rawhid.o c1101lib.o util.o
BOARD_TYPE := hhd70dongle
+RESET_FUNC := ../../tools/atmega324u_usbhid/reset
include ../avr.include.mk
CFLAGS += -std=gnu99