Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RockyZeroFour committed Feb 22, 2024
1 parent 1b3e70e commit 912f5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/usbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ void tud_task_ext(uint32_t timeout_ms, bool in_isr)
if (tud_umount_cb) tud_umount_cb();
}

// Inform application about an no longer valid suspend state
// Inform application about a no longer valid suspend state
if ( _usbd_dev.suspended )
{
_usbd_dev.suspended = 0;
Expand Down

0 comments on commit 912f5db

Please sign in to comment.