From d9a8eb59dfa9c6bbfaad6262b2d853973702eacc Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 22 Oct 2020 22:10:30 +0900 Subject: [PATCH] usb_usb: Update Makefile.debug enable debug print on USB Host lib and disable on LUFA --- converter/usb_usb/Makefile.debug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/converter/usb_usb/Makefile.debug b/converter/usb_usb/Makefile.debug index 82a361eb..719131f1 100644 --- a/converter/usb_usb/Makefile.debug +++ b/converter/usb_usb/Makefile.debug @@ -5,14 +5,14 @@ TARGET = usb_usb_debug # LUFA debug print # This may prevent USB enumeration and keyboard init -TMK_LUFA_DEBUG = yes +#TMK_LUFA_DEBUG = yes # Select one of outputs for debug print -TMK_LUFA_DEBUG_UART = yes +#TMK_LUFA_DEBUG_UART = yes #TMK_LUFA_DEBUG_SUART = yes # USB_Host_Shield_2.0 debug print # This may prevent USB enumeration and keyboard init -#OPT_DEFS += -DDEBUG_USB_HOST +OPT_DEFS += -DDEBUG_USB_HOST CONSOLE_ENABLE = yes MOUSEKEY_ENABLE = no -- 2.46.2