aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/USBv1
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-02 10:19:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-02 10:19:27 +0000
commit25fd95662814fd189c3616a804f234c19c6b6a58 (patch)
treec4f8450305bfbbbf7f1b0743a531a4dfa9fcd41c /os/hal/platforms/STM32/USBv1
parent741b20ffb6c153686bc49e234f9cf190f4ae93ce (diff)
downloadChibiOS-25fd95662814fd189c3616a804f234c19c6b6a58.tar.gz
ChibiOS-25fd95662814fd189c3616a804f234c19c6b6a58.tar.bz2
ChibiOS-25fd95662814fd189c3616a804f234c19c6b6a58.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3416 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/USBv1')
-rw-r--r--os/hal/platforms/STM32/USBv1/stm32_usb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32/USBv1/stm32_usb.h b/os/hal/platforms/STM32/USBv1/stm32_usb.h
index 51e7510c4..7ba03350a 100644
--- a/os/hal/platforms/STM32/USBv1/stm32_usb.h
+++ b/os/hal/platforms/STM32/USBv1/stm32_usb.h
@@ -21,10 +21,10 @@
/**
* @file stm32_usb.h
* @brief STM32 USB registers layout header.
- * @note This file requires definitions from the ST STM32 header file
- * stm3232f10x.h.
+ * @note This file requires definitions from the ST STM32 header files
+ * stm32f10x.h or stm32l1xx.h.
*
- * @addtogroup STM32_USB
+ * @addtogroup USB
* @{
*/