|
|
@ -31,7 +31,7 @@ ARCH = XMEGA
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# If no clock division is performed on the input clock inside the AVR (via the
|
|
|
|
# If no clock division is performed on the input clock inside the AVR (via the
|
|
|
|
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
|
|
|
|
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
|
|
|
|
F_USB = 12000000
|
|
|
|
F_USB = 48000000
|
|
|
|
|
|
|
|
|
|
|
|
# Interrupt driven control endpoint task(+60)
|
|
|
|
# Interrupt driven control endpoint task(+60)
|
|
|
|
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
|
|
|
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
|
|
|