aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F30x/hal_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-08 15:36:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-08 15:36:31 +0000
commit325dd3a1cdc2fc6c00882dd3a4423431eabc22cb (patch)
tree0097b23e4f2705aa96cec6f861f005e6c6bb04ec /os/hal/platforms/STM32F30x/hal_lld.h
parent06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96 (diff)
downloadChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.tar.gz
ChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.tar.bz2
ChibiOS-325dd3a1cdc2fc6c00882dd3a4423431eabc22cb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5132 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F30x/hal_lld.h')
-rw-r--r--os/hal/platforms/STM32F30x/hal_lld.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/STM32F30x/hal_lld.h b/os/hal/platforms/STM32F30x/hal_lld.h
index 96f4f169d..78da224bc 100644
--- a/os/hal/platforms/STM32F30x/hal_lld.h
+++ b/os/hal/platforms/STM32F30x/hal_lld.h
@@ -19,8 +19,8 @@
*/
/**
- * @file STM32F3xx/hal_lld.h
- * @brief STM32F3xx HAL subsystem low level driver header.
+ * @file STM32F30x/hal_lld.h
+ * @brief STM32F30x HAL subsystem low level driver header.
* @pre This module requires the following macros to be defined in the
* @p board.h file:
* - STM32_LSECLK.
@@ -684,7 +684,7 @@
* Configuration-related checks.
*/
#if !defined(STM32F30x_MCUCONF)
-#error "Using a wrong mcuconf.h file, STM32F3xx_MCUCONF not defined"
+#error "Using a wrong mcuconf.h file, STM32F30x_MCUCONF not defined"
#endif
/*