aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Benito/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-21 06:25:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-21 06:25:07 +0000
commit41ad6bd6d7e886412f6c12d98f040e51c3ee4fdf (patch)
treed8ee07309ad57642ffcbfbada76de071cb878ad5 /Projects/Benito/makefile
parent36dec204f1ad1e6206ff0dd15db73b6598ea2068 (diff)
downloadlufa-41ad6bd6d7e886412f6c12d98f040e51c3ee4fdf.tar.gz
lufa-41ad6bd6d7e886412f6c12d98f040e51c3ee4fdf.tar.bz2
lufa-41ad6bd6d7e886412f6c12d98f040e51c3ee4fdf.zip
New revision Benito hardware will be 16MHz, and use the ATMEGA32U2. Change makefile to suit.
Diffstat (limited to 'Projects/Benito/makefile')
-rw-r--r--Projects/Benito/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile
index 9d898e54d..2f0040304 100644
--- a/Projects/Benito/makefile
+++ b/Projects/Benito/makefile
@@ -60,7 +60,7 @@
# MCU name
-MCU = at90usb162
+MCU = atmega32u2
# Target board (see library "Board Types" documentation, USER or blank for projects not requiring
@@ -80,7 +80,7 @@ BOARD = USER
# does not *change* the processor frequency - it should merely be updated to
# reflect the processor speed set externally so that the code can use accurate
# software delays.
-F_CPU = 8000000
+F_CPU = 16000000
# Input clock frequency.