Remove INTERRUPT_CONTROL_ENDPOINT from converters
The LUFA feature can prevent converter's ISR from handing signal instantly. The interrupt can block a while for Standard Device Requests and 500-1000us for keyboard LED report.
This commit is contained in:
parent
9f04146031
commit
2173767a78
16 changed files with 0 additions and 46 deletions
|
|
@ -68,9 +68,6 @@ 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
|
||||
# Not work with suart debug
|
||||
#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
||||
|
||||
# This improves response of keyboard when wakeup
|
||||
OPT_DEFS += -DSUSPEND_MODE_STANDBY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue