aboutsummaryrefslogtreecommitdiff
path: root/protocol/pjrc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocol/pjrc/main.c')
-rw-r--r--protocol/pjrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/pjrc/main.c b/protocol/pjrc/main.c
index 4f87a1736..e7bdcc059 100644
--- a/protocol/pjrc/main.c
+++ b/protocol/pjrc/main.c
@@ -61,7 +61,7 @@ int main(void)
61#endif 61#endif
62 while (1) { 62 while (1) {
63 while (suspend) { 63 while (suspend) {
64 suspend_power_down(WDTO_120MS); 64 suspend_power_down();
65 if (remote_wakeup && suspend_wakeup_condition()) { 65 if (remote_wakeup && suspend_wakeup_condition()) {
66 usb_remote_wakeup(); 66 usb_remote_wakeup();
67 } 67 }