ibmpc_usb: Add comment on INTERRUPT_CONTROL_ENDPOINT
This commit is contained in:
parent
a7ccdc25b1
commit
fefe1028de
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ ARCH ?= AVR8
|
||||||
# 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 ?= $(F_CPU)
|
F_USB ?= $(F_CPU)
|
||||||
|
|
||||||
# Interrupt driven control endpoint task
|
# Interrupt driven control endpoint task. Do not enable this.
|
||||||
# Not work with suart debug
|
# This blocks long for capslock and etc. and can prevent signal handling.
|
||||||
#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
||||||
|
|
||||||
# This improves response of keyboard when wakeup
|
# This improves response of keyboard when wakeup
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue