diff options
| author | Ha Thach <[email protected]> | 2022-05-16 16:29:20 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-16 16:29:20 +0700 |
| commit | c2bcda86e2de35cc01628f4e909e2a7869a7322b (patch) | |
| tree | 948f913855f9fb2f6b4e9dd726491649a21313d4 /src/device/usbd.h | |
| parent | d23c9b7cd681b972d310e401b418f4368507e06f (diff) | |
| parent | e0e9426c2a912c2c405da602b1bf8d75d16f92e7 (diff) | |
Merge pull request #1412 from hathach/pio-host
PIO USB support
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 583962611..964cfb992 100644 --- a/src/device/usbd.h +++ b/src/device/usbd.h @@ -55,7 +55,7 @@ void tud_task (void) tud_task_ext(UINT32_MAX, false); } -// 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 |
