]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - converter/usb_usb/usb_usb.cpp
lufa: Rename LUFA_DEBUG to TMK_LUFA_DEBUG
[max/tmk_keyboard.git] / converter / usb_usb / usb_usb.cpp
index 9277cece3cdef4b48d10a2dcea438a92e4e2cbc3..3d08b118004b2e35c4e2ce150596dcc15be16d0a 100644 (file)
@@ -238,7 +238,7 @@ void hook_usb_startup_wait_loop(void)
 // This situation can happen just after pluging converter into USB port.
 void hook_usb_suspend_loop(void)
 {
-#ifndef LUFA_DEBUG_UART
+#ifndef TMK_LUFA_DEBUG_UART
     // This corrupts debug print when suspend
     suspend_power_down();
 #endif