Interrupt driven Control ep and Console task
This commit is contained in:
parent
ab89bfce03
commit
8947029950
3 changed files with 59 additions and 34 deletions
|
@ -93,6 +93,9 @@ ARCH = AVR8
|
|||
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
|
||||
F_USB = $(F_CPU)
|
||||
|
||||
# Interrupt driven control endpoint task
|
||||
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
||||
|
||||
|
||||
# Build Options
|
||||
# comment out to disable the options.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue