diff options
author | cr3473 <joe@createtank.com> | 2015-05-27 17:29:48 +0200 |
---|---|---|
committer | cr3473 <joe@createtank.com> | 2015-05-27 17:29:48 +0200 |
commit | b36d1a87da2395fd5429e2817409c76f065387b5 (patch) | |
tree | 1e4a76822deaf92db83896548fa3c3003f7640f3 /protocol/pjrc | |
parent | a4cf9ae660b16d1952738139ba8f788368b73eff (diff) | |
parent | d61d1f5ca3a7dcccc495ac6688e0632c601c0623 (diff) | |
download | qmk_firmware-b36d1a87da2395fd5429e2817409c76f065387b5.tar.gz qmk_firmware-b36d1a87da2395fd5429e2817409c76f065387b5.tar.xz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'protocol/pjrc')
-rw-r--r-- | protocol/pjrc/main.c | 2 |
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) #endif while (1) { while (suspend) { - suspend_power_down(WDTO_120MS); + suspend_power_down(); if (remote_wakeup && suspend_wakeup_condition()) { usb_remote_wakeup(); } |