diff options
| author | sakumisu <[email protected]> | 2021-11-14 21:45:18 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2021-11-16 10:26:46 +0800 |
| commit | 10da78cb0bc0fd5b7d247ce16488fcb66d18a9b5 (patch) | |
| tree | f6beeffb05e70f6dbf608c2cb098697c760ec053 /common/usb_dc.h | |
| parent | 1d74df250e9d88cb2c12bdefecade929e3038bd4 (diff) | |
format code
Diffstat (limited to 'common/usb_dc.h')
| -rw-r--r-- | common/usb_dc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_dc.h b/common/usb_dc.h index 02e6e6c0..bb838382 100644 --- a/common/usb_dc.h +++ b/common/usb_dc.h @@ -172,7 +172,7 @@ int usbd_ep_write(const uint8_t ep, const uint8_t *data, uint32_t data_len, uint * This is similar to usb_dc_ep_read, the difference being that, it doesn't
* clear the endpoint NAKs so that the consumer is not bogged down by further
* upcalls till he is done with the processing of the data. The caller should
- * reactivate ep by invoking usb_dc_ep_read_continue() do so.
+ * reactivate ep by setting max_data_len 0 do so.
*
* @param[in] ep Endpoint address corresponding to the one
* listed in the device configuration table
|
