aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:08:26 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-30 09:08:26 +0000
commit3790907f4d302e956bea30a261a72411c98a0d60 (patch)
tree3d7c9f531e43d46db5bdd6f688fca7fde23ad426 /Projects/Benito/makefile
parenta8cbe3466b660470b8a34a05996af199827e092c (diff)
downloadlufa-3790907f4d302e956bea30a261a72411c98a0d60.tar.gz
lufa-3790907f4d302e956bea30a261a72411c98a0d60.tar.bz2
lufa-3790907f4d302e956bea30a261a72411c98a0d60.zip
Added board hardware driver support for the Benito programmer.
Diffstat (limited to 'Projects/Benito/makefile')
-rw-r--r--Projects/Benito/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile
index 8b9d126a9..2f735540a 100644
--- a/Projects/Benito/makefile
+++ b/Projects/Benito/makefile
@@ -66,7 +66,7 @@ MCU = atmega32u2
# Target board (see library "Board Types" documentation, NONE for projects not requiring
# LUFA board drivers). If USER is selected, put custom board drivers in a directory called
# "Board" inside the application directory.
-BOARD = USER
+BOARD = BENITO
# Processor frequency.