ps2_usb: Fix for VUSB configuration
This commit is contained in:
parent
882059c018
commit
6527e1d98a
4 changed files with 28 additions and 3 deletions
|
|
@ -36,7 +36,8 @@ OPT_DEFS += -DDEBUG_LEVEL=0
|
|||
#MCU = atmega32u4 # Teensy 2.0
|
||||
#MCU = at90usb646 # Teensy++ 1.0
|
||||
#MCU = at90usb1286 # Teensy++ 2.0
|
||||
MCU = atmega168
|
||||
#MCU = atmega168
|
||||
MCU = atmega328p
|
||||
|
||||
|
||||
# Processor frequency.
|
||||
|
|
@ -44,7 +45,7 @@ MCU = atmega168
|
|||
# so your program will run at the correct speed. You should also set this
|
||||
# variable to same clock speed. The _delay_ms() macro uses this, and many
|
||||
# examples use this variable to calculate timings. Do not add a "UL" here.
|
||||
F_CPU = 20000000
|
||||
F_CPU = 12000000
|
||||
|
||||
|
||||
# Build Options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue