diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 16:54:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 16:54:28 +0000 |
commit | 64df619cf4d100c7c725873c9e58ce0c4b828209 (patch) | |
tree | 989a6f54b8ab630a83a92464cbc0ddaaa7f57242 /os/hal | |
parent | b7ad6679241b45526b752259488f908828788bea (diff) | |
download | ChibiOS-64df619cf4d100c7c725873c9e58ce0c4b828209.tar.gz ChibiOS-64df619cf4d100c7c725873c9e58ce0c4b828209.tar.bz2 ChibiOS-64df619cf4d100c7c725873c9e58ce0c4b828209.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3531 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/platforms/STM32/USBv1/usb_lld.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/USBv1/usb_lld.c b/os/hal/platforms/STM32/USBv1/usb_lld.c index 3ecf738da..e61fcadae 100644 --- a/os/hal/platforms/STM32/USBv1/usb_lld.c +++ b/os/hal/platforms/STM32/USBv1/usb_lld.c @@ -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] ep endpoint number
- * @param[in] buf buffer where to fetch the endpoint data
- * @param[in] n maximum number of bytes to copy
*
* @notapi
*/
|