lufa: This prevents resume when debug

This commit is contained in:
tmk 2019-03-31 14:42:19 +09:00
parent e23520662d
commit 88ce6ff9bf

View file

@ -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();
}