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:
tmk 2020-03-28 21:56:54 +09:00
parent 9f04146031
commit 2173767a78
16 changed files with 0 additions and 46 deletions

View file

@ -10,7 +10,6 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
# LUFA specific
ARCH ?= AVR8
F_USB ?= $(F_CPU)
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
# Build Options