usb_usb: Update Makefile.debug
enable debug print on USB Host lib and disable on LUFA
This commit is contained in:
parent
d7548097fc
commit
d9a8eb59df
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue