From 373794ab68ffdeade799becd12a58abb42e8f2ea Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 16 Nov 2011 22:32:01 +0100 Subject: usb: Fix some Doxygen comments. --- lib/usb/usb_f103.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/usb/usb_f103.c') diff --git a/lib/usb/usb_f103.c b/lib/usb/usb_f103.c index ae55bf0..972ceda 100644 --- a/lib/usb/usb_f103.c +++ b/lib/usb/usb_f103.c @@ -74,7 +74,7 @@ static void stm32f103_set_address(u8 addr) * Set the receive buffer size for a given USB endpoint. * * @param ep Index of endpoint to configure. - * @param addr Size in bytes of the RX buffer. + * @param size Size in bytes of the RX buffer. */ static void usb_set_ep_rx_bufsize(u8 ep, u32 size) { @@ -200,7 +200,7 @@ static void stm32f103_ep_nak_set(u8 addr, u8 nak) /** * Copy a data buffer to packet memory. * - * @param PM Destination pointer into packet memory. + * @param vPM Destination pointer into packet memory. * @param buf Source pointer to data buffer. * @param len Number of bytes to copy. */ @@ -228,10 +228,10 @@ static u16 stm32f103_ep_write_packet(u8 addr, const void *buf, u16 len) } /** - * Copy a data buffer from Packet Memory. + * Copy a data buffer from packet memory. * * @param buf Source pointer to data buffer. - * @param PM Destination pointer into packet memory. + * @param vPM Destination pointer into packet memory. * @param len Number of bytes to copy. */ static void usb_copy_from_pm(void *buf, const volatile void *vPM, u16 len) -- cgit v1.2.3