summaryrefslogtreecommitdiff
path: root/blink/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-09-25 15:15:41 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-09-25 15:15:41 +0000
commited415997e5ea2069f4fb46825c30b75d4af5624e (patch)
tree30dab0e79f1bb2b07a11e0d1a300440a6fe9d286 /blink/Makefile
parentbuild added support for minimus (diff)
led lib now supports 2 leds
git-svn-id: https://svn.spreadspace.org/avr/trunk@57 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 c9e9fd8..7451346 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -23,6 +23,6 @@
NAME := blink
OBJ := $(NAME).o
LIBS := util led
-BOARD_TYPE := minimus
+BOARD_TYPE := teensy2
include ../include.mk