summaryrefslogtreecommitdiff
path: root/blink/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-20 17:45:06 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-20 17:45:06 +0000
commit5d362f07aa59bcc6f15356e43ef3018c39a433d4 (patch)
treeb1545ca894477bb170a1ee9daec498df31526a22 /blink/Makefile
parentadded arduino reset func (diff)
bugfixes at RESET_FUNC
git-svn-id: https://svn.spreadspace.org/avr/trunk@23 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'blink/Makefile')
-rw-r--r--blink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/blink/Makefile b/blink/Makefile
index 75e423b..688e5a8 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -22,6 +22,6 @@
NAME := blink
OBJ := blink.o util.o led.o
-BOARD_TYPE := arduino2009
+BOARD_TYPE := hhd70dongle
include ../include.mk