From: tmk Date: Sun, 31 Mar 2019 05:42:19 +0000 (+0900) Subject: lufa: This prevents resume when debug X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=88ce6ff9bf40fd5110c7c10c5d9093771bc6dab0;hp=e23520662dfac30c38c41c87f5593c21f1abfb1d;p=max%2Ftmk_keyboard.git lufa: This prevents resume when debug --- diff --git a/tmk_core/protocol/lufa/lufa.c b/tmk_core/protocol/lufa/lufa.c index ffa5cfbd..400011d1 100644 --- a/tmk_core/protocol/lufa/lufa.c +++ b/tmk_core/protocol/lufa/lufa.c @@ -669,9 +669,6 @@ int main(void) print("\nKeyboard start.\n"); while (1) { while (USB_DeviceState == DEVICE_STATE_Suspended) { -#ifdef LUFA_DEBUG - print("[s]"); -#endif hook_usb_suspend_loop(); }