diff options
Diffstat (limited to 'protocol/lufa/lufa.c')
| -rw-r--r-- | protocol/lufa/lufa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/lufa/lufa.c b/protocol/lufa/lufa.c index 6802f3b63..ee15b7f45 100644 --- a/protocol/lufa/lufa.c +++ b/protocol/lufa/lufa.c | |||
| @@ -587,7 +587,7 @@ int main(void) | |||
| 587 | print("Keyboard start.\n"); | 587 | print("Keyboard start.\n"); |
| 588 | while (1) { | 588 | while (1) { |
| 589 | while (USB_DeviceState == DEVICE_STATE_Suspended) { | 589 | while (USB_DeviceState == DEVICE_STATE_Suspended) { |
| 590 | suspend_power_down(WDTO_120MS); | 590 | suspend_power_down(); |
| 591 | if (USB_Device_RemoteWakeupEnabled && suspend_wakeup_condition()) { | 591 | if (USB_Device_RemoteWakeupEnabled && suspend_wakeup_condition()) { |
| 592 | USB_Device_SendRemoteWakeup(); | 592 | USB_Device_SendRemoteWakeup(); |
| 593 | } | 593 | } |
