ibm4704: Use INTERRUPT_CONTROL_ENDPOINT to debug prints
This commit is contained in:
parent
e2ac2d746f
commit
8c72e93314
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue