aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F30x/hal_lld.h
diff options
context:
space:
mode:
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
/*