]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/usb_usb/Makefile
Remove INTERRUPT_CONTROL_ENDPOINT from converters
[max/tmk_keyboard.git] / converter / usb_usb / Makefile
index 65b6d949511ca0cd8c894464fa8e6aef02e6b44f..4b88b6510ab6ae7f839ec7a4748f4b30bfbf16e1 100644 (file)
@@ -82,9 +82,6 @@ ARCH ?= AVR8
 #     If no clock division is performed on the input clock inside the AVR (via the
 #     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
-OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
 
 
 # Build Options