diff options
| author | hathach <[email protected]> | 2022-04-18 17:49:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-18 17:49:21 +0700 |
| commit | a32cb1bb93ce986af9ed83f5d378c26bb4df2b1e (patch) | |
| tree | 137bf3e80a48f096c3b3f00570bb07fa86d09117 /src/device/usbd.h | |
| parent | b5a9537eea81bd6ffd8d575dbd2b5823c2fc1f0e (diff) | |
clean up pio driver
Diffstat (limited to 'src/device/usbd.h')
| -rw-r--r-- | src/device/usbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h index b2bf8ba9d..32c82e75a 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -46,7 +46,7 @@ bool tud_inited(void); // Task function should be called in main/rtos loop void tud_task (void); -// Check if there is pending events need proccessing by tud_task() +// Check if there is pending events need processing by tud_task() bool tud_task_event_ready(void); // Interrupt handler, name alias to DCD |
