aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/USBv1
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:40:40 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-04-02 09:40:40 +0000
commite301623ae0cf6727d3eac0d4520c08c0121f050f (patch)
tree08533bc42825bcac1ca12d41a1c285bba118ac6c /os/hal/ports/STM32/LLD/USBv1
parentd208ba35c20861159ed5841424ea6e604cef22b4 (diff)
downloadChibiOS-e301623ae0cf6727d3eac0d4520c08c0121f050f.tar.gz
ChibiOS-e301623ae0cf6727d3eac0d4520c08c0121f050f.tar.bz2
ChibiOS-e301623ae0cf6727d3eac0d4520c08c0121f050f.zip
Documentation related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9218 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/USBv1')
-rw-r--r--os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c2
-rw-r--r--os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.h2
-rw-r--r--os/hal/ports/STM32/LLD/USBv1/stm32_usb.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c b/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c
index 20bddbc94..2e60a0465 100644
--- a/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c
+++ b/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file STM32/USBv1/usb_lld.c
+ * @file USBv1/hal_usb_lld.c
* @brief STM32 USB subsystem low level driver source.
*
* @addtogroup USB
diff --git a/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.h b/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.h
index 992f7924a..2cd77dd05 100644
--- a/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.h
+++ b/os/hal/ports/STM32/LLD/USBv1/hal_usb_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file STM32/USBv1/usb_lld.h
+ * @file USBv1/hal_usb_lld.h
* @brief STM32 USB subsystem low level driver header.
*
* @addtogroup USB
diff --git a/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h b/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h
index 6b1204767..9dc4beab3 100644
--- a/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h
+++ b/os/hal/ports/STM32/LLD/USBv1/stm32_usb.h
@@ -15,7 +15,7 @@
*/
/**
- * @file stm32_usb.h
+ * @file USBv1/stm32_usb.h
* @brief STM32 USB registers layout header.
* @note This file requires definitions from the ST STM32 header files
* stm32f10x.h or stm32l1xx.h.