summaryrefslogtreecommitdiff
path: root/blink/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-22 20:22:35 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-22 20:22:35 +0000
commit3764c9b829535943b7046d979ea98b96ad65766c (patch)
tree4d3b3cdce0d16b88f62905a7bca5d1bd60201a76 /blink/Makefile
parentimproved CPU_PRESCALE macro (diff)
added support vor avr net-io (not tested yet)
git-svn-id: https://svn.spreadspace.org/avr/trunk@28 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 6d9756d..4f20366 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -22,6 +22,6 @@
NAME := blink
OBJ := blink.o util.o led.o
-BOARD_TYPE := arduinoNG
+BOARD_TYPE := AvrNetIo
include ../include.mk