diff options
| author | hathach <[email protected]> | 2020-04-28 10:53:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-28 10:53:43 +0700 |
| commit | fcdb22b2f9db6f4e08ce05a1b2b7a1c9cc06a4ab (patch) | |
| tree | b6b90325f5a55670ff933de708d8504539e06585 /src/device | |
| parent | 958b5510cb9ac913b30772ec248e0ffcd3827890 (diff) | |
fix typo
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd_control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd_control.c b/src/device/usbd_control.c index 2778a0d77..353a66ad1 100644 --- a/src/device/usbd_control.c +++ b/src/device/usbd_control.c @@ -82,7 +82,7 @@ bool tud_control_status(uint8_t rhport, tusb_control_request_t const * request) return _status_stage_xact(rhport, request); } -// Queue an transaction in Data Stage +// Queue a transaction in Data Stage // Each transaction has up to Endpoint0's max packet size. // This function can also transfer an zero-length packet static bool _data_stage_xact(uint8_t rhport) |
