Skip to content

Commit ea94d1a

Browse files
maribumguetschow
andauthored
Update sys/include/usb/usbus/cdc/acm.h
Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
1 parent 8ac9084 commit ea94d1a

File tree

1 file changed

+1
-1
lines changed
  • sys/include/usb/usbus/cdc

1 file changed

+1
-1
lines changed

sys/include/usb/usbus/cdc/acm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ void usbus_cdc_acm_init(usbus_t *usbus, usbus_cdcacm_device_t *cdcacm,
200200
* @param[in] buf buffer to submit
201201
* @param[in] len length of the submitted buffer
202202
*
203-
* @retval -ECONNRESET Failed to sub data
203+
* @retval -ECONNRESET Failed to submit data
204204
* @retval >=0 Number of bytes added to the CDC ACM ring buffer
205205
*/
206206
ssize_t usbus_cdc_acm_submit(usbus_cdcacm_device_t *cdcacm,

0 commit comments

Comments
 (0)