summaryrefslogtreecommitdiff
path: root/blink
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-12 18:00:23 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-12 18:00:23 +0000
commit68b692649534fb7a6f2a03bec6ada1798411ce9b (patch)
tree7fc2f25db2bf9f89a8f11cb197cbbeeca284ae20 /blink
parentsmall cleanup (diff)
added busware c1101 board (culV3)
git-svn-id: https://svn.spreadspace.org/avr/trunk@187 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 3f6b533..58cc052 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -23,6 +23,6 @@
NAME := blink
OBJ := $(NAME).o
LIBS := util led
-BOARD_TYPE := teensy2
+BOARD_TYPE := culV3
include ../include.mk