git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3531 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2011-11-26 16:54:28 +00:00
parent b7ad667924
commit 64df619cf4
1 changed files with 0 additions and 2 deletions

View File

@ -658,8 +658,6 @@ void usb_lld_start_out(USBDriver *usbp, usbep_t ep) {
* *
* @param[in] usbp pointer to the @p USBDriver object * @param[in] usbp pointer to the @p USBDriver object
* @param[in] ep endpoint number * @param[in] ep endpoint number
* @param[in] buf buffer where to fetch the endpoint data
* @param[in] n maximum number of bytes to copy
* *
* @notapi * @notapi
*/ */