New revision Benito hardware will be 16MHz, and use the ATMEGA32U2. Change makefile to suit.
This commit is contained in:
parent
36dec204f1
commit
41ad6bd6d7
2 changed files with 3 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue