From 8c72e9331492f2d5c9e854cff81ed237ab9b3faf Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 29 Mar 2020 22:15:29 +0900 Subject: [PATCH] ibm4704: Use INTERRUPT_CONTROL_ENDPOINT to debug prints --- converter/ibm4704_usb/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/converter/ibm4704_usb/Makefile b/converter/ibm4704_usb/Makefile index b6adf08d..007e0e01 100644 --- a/converter/ibm4704_usb/Makefile +++ b/converter/ibm4704_usb/Makefile @@ -70,6 +70,10 @@ ARCH ?= AVR8 # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. F_USB ?= $(F_CPU) +# 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 + # Boot Section Size in *bytes* # Teensy halfKay 512 -- 2.46.2