aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM8L/hal_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/platforms/STM8L/hal_lld.h')
-rw-r--r--os/hal/platforms/STM8L/hal_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM8L/hal_lld.h b/os/hal/platforms/STM8L/hal_lld.h
index 45fcc29aa..a26e6ba84 100644
--- a/os/hal/platforms/STM8L/hal_lld.h
+++ b/os/hal/platforms/STM8L/hal_lld.h
@@ -102,10 +102,10 @@
/*===========================================================================*/
/**
- * @brief Enables the clock initialization in the HAL.
+ * @brief Disables the clock initialization in the HAL.
*/
#if !defined(STM8L_NO_CLOCK_INIT) || defined(__DOXYGEN__)
-#define STM8L_CLOCK_INIT TRUE
+#define STM8L_NO_CLOCK_INIT FALSE
#endif
/**