lufa: This prevents resume when debug
This commit is contained in:
parent
e23520662d
commit
88ce6ff9bf
1 changed files with 0 additions and 3 deletions
|
|
@ -669,9 +669,6 @@ int main(void)
|
||||||
print("\nKeyboard start.\n");
|
print("\nKeyboard start.\n");
|
||||||
while (1) {
|
while (1) {
|
||||||
while (USB_DeviceState == DEVICE_STATE_Suspended) {
|
while (USB_DeviceState == DEVICE_STATE_Suspended) {
|
||||||
#ifdef LUFA_DEBUG
|
|
||||||
print("[s]");
|
|
||||||
#endif
|
|
||||||
hook_usb_suspend_loop();
|
hook_usb_suspend_loop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue