From 841c7d9ab411f49819735fc9629d55068d28e4e3 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 4 Sep 2019 23:41:22 +0900 Subject: [PATCH] pc98_usb: Change LUFA build option for #627 --- converter/pc98_usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/converter/pc98_usb/Makefile b/converter/pc98_usb/Makefile index a3cf2a29..0f284a1b 100644 --- a/converter/pc98_usb/Makefile +++ b/converter/pc98_usb/Makefile @@ -50,7 +50,7 @@ ARCH ?= AVR8 F_USB ?= $(F_CPU) # Interrupt driven control endpoint task -OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT +#OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Build Options -- 2.46.2