X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fibm4704_usb%2FMakefile;h=007e0e01337a1a756d40c96812485633cd0a87df;hb=a93677cbf145baf210f92a9129ded55c9ef5657b;hp=f930cb5981077ab2df3af400886b09a823767616;hpb=74019c8e417dbfac0b925effa1b29769d04bd8d5;p=max%2Ftmk_keyboard.git diff --git a/converter/ibm4704_usb/Makefile b/converter/ibm4704_usb/Makefile index f930cb59..007e0e01 100644 --- a/converter/ibm4704_usb/Makefile +++ b/converter/ibm4704_usb/Makefile @@ -70,7 +70,8 @@ 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(+60) +# TODO: This can prevent converter ISR from handling signal instantly, better remove it. +# Without this option debug prints from enable_break() won't be displayed comopletely. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT