mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
fix typo
This commit is contained in:
parent
958b5510cb
commit
fcdb22b2f9
@ -82,7 +82,7 @@ bool tud_control_status(uint8_t rhport, tusb_control_request_t const * request)
|
|||||||
return _status_stage_xact(rhport, 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.
|
// Each transaction has up to Endpoint0's max packet size.
|
||||||
// This function can also transfer an zero-length packet
|
// This function can also transfer an zero-length packet
|
||||||
static bool _data_stage_xact(uint8_t rhport)
|
static bool _data_stage_xact(uint8_t rhport)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user