ibm4704: Use INTERRUPT_CONTROL_ENDPOINT to debug prints

This commit is contained in:
tmk 2020-03-29 22:15:29 +09:00
parent e2ac2d746f
commit 8c72e93314

View file

@ -70,6 +70,10 @@ ARCH ?= AVR8
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. # CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
F_USB ?= $(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* # Boot Section Size in *bytes*
# Teensy halfKay 512 # Teensy halfKay 512