usb_usb: Update Makefile.debug

enable debug print on USB Host lib and disable on LUFA
This commit is contained in:
tmk 2020-10-22 22:10:30 +09:00
parent d7548097fc
commit d9a8eb59df

View file

@ -5,14 +5,14 @@ TARGET = usb_usb_debug
# LUFA debug print # LUFA debug print
# This may prevent USB enumeration and keyboard init # This may prevent USB enumeration and keyboard init
TMK_LUFA_DEBUG = yes #TMK_LUFA_DEBUG = yes
# Select one of outputs for debug print # Select one of outputs for debug print
TMK_LUFA_DEBUG_UART = yes #TMK_LUFA_DEBUG_UART = yes
#TMK_LUFA_DEBUG_SUART = yes #TMK_LUFA_DEBUG_SUART = yes
# USB_Host_Shield_2.0 debug print # USB_Host_Shield_2.0 debug print
# This may prevent USB enumeration and keyboard init # This may prevent USB enumeration and keyboard init
#OPT_DEFS += -DDEBUG_USB_HOST OPT_DEFS += -DDEBUG_USB_HOST
CONSOLE_ENABLE = yes CONSOLE_ENABLE = yes
MOUSEKEY_ENABLE = no MOUSEKEY_ENABLE = no