1
0
Fork 0

bluefruit, pjrc: Update protocols for new API

This commit is contained in:
tmk 2015-01-03 12:02:48 +09:00
parent 22d99f26af
commit 06527bde4f
6 changed files with 7 additions and 35 deletions

View file

@ -104,7 +104,7 @@ int main(void)
dprintf("Starting main loop");
while (1) {
while (suspend) {
suspend_power_down();
suspend_power_down(WDTO_120MS);
if (remote_wakeup && suspend_wakeup_condition()) {
usb_remote_wakeup();
}