summaryrefslogtreecommitdiff
path: root/blink
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-20 23:46:45 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-20 23:46:45 +0000
commit81d91fdcec032bcd97edda93fba06bca31051313 (patch)
treec385830ad5e4316e8e7a29730dae060e0949cdc2 /blink
parentfixed avrdude behavior (erase and flash at once - bootloader may be to fast) (diff)
added dummy reset script
git-svn-id: https://svn.spreadspace.org/avr/trunk@25 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'blink')
-rw-r--r--blink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/blink/Makefile b/blink/Makefile
index 688e5a8..6d9756d 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -22,6 +22,6 @@
NAME := blink
OBJ := blink.o util.o led.o
-BOARD_TYPE := hhd70dongle
+BOARD_TYPE := arduinoNG
include ../include.mk