diff options
| author | hathach <[email protected]> | 2018-03-21 20:08:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-21 20:08:57 +0700 |
| commit | 047bc5eeb1d37ef6fb2d569179848ee4bf56beb7 (patch) | |
| tree | 3f8652f2fc995436b7e9d94af7e08d097fe1a9a9 /tinyusb/class/cdc | |
| parent | 3ed83c4d986ef8f74b52144fe6078e6e8f85e94c (diff) | |
update msc driver
Diffstat (limited to 'tinyusb/class/cdc')
| -rw-r--r-- | tinyusb/class/cdc/cdc_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc/cdc_device.c b/tinyusb/class/cdc/cdc_device.c index a4f934e83..f39075885 100644 --- a/tinyusb/class/cdc/cdc_device.c +++ b/tinyusb/class/cdc/cdc_device.c @@ -228,7 +228,7 @@ tusb_error_t cdcd_control_request_subtask(uint8_t port, tusb_control_request_t c {
OSAL_SUBTASK_INVOKED( usbd_control_xfer_substak(port, (tusb_dir_t) p_request->bmRequestType_bit.direction,
(uint8_t*) &cdcd_line_coding[port], min16_of(sizeof(cdc_line_coding_t), p_request->wLength)), err );
- // TODO notify application on xfer completea
+ // TODO notify application on xfer complete
}
else if (CDC_REQUEST_SET_CONTROL_LINE_STATE == p_request->bRequest )
{
|
