Skip to content

Commit

Permalink
suspend testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jfedor2 committed Dec 7, 2024
1 parent b5ec304 commit 1a0b770
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions firmware/src/tinyusb_stuff.cc
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,11 @@ void tud_mount_cb() {
boot_protocol_updated = true;
}
}

void tud_suspend_cb(bool remote_wakeup_en) {
printf("tud_suspend_cb\n");
}

void tud_resume_cb() {
printf("tud_resume_cb\n");
}

0 comments on commit 1a0b770

Please sign in to comment.