Skip to content

Commit fefe102

Browse files
committed
ibmpc_usb: Add comment on INTERRUPT_CONTROL_ENDPOINT
1 parent a7ccdc2 commit fefe102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

converter/ibmpc_usb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ ARCH ?= AVR8
5050
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
5151
F_USB ?= $(F_CPU)
5252

53-
# Interrupt driven control endpoint task
54-
# Not work with suart debug
53+
# Interrupt driven control endpoint task. Do not enable this.
54+
# This blocks long for capslock and etc. and can prevent signal handling.
5555
#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
5656

5757
# This improves response of keyboard when wakeup

0 commit comments

Comments
 (0)