aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx/stm32_registry.h')
-rw-r--r--os/hal/ports/STM32/STM32L4xx/stm32_registry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
index c45061ea7..2e5b48724 100644
--- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
@@ -718,10 +718,10 @@
#endif /* defined(STM32L443xx) */
/*===========================================================================*/
-/* STM32L476xx. */
+/* STM32L476xx, STM32L486xx. */
/*===========================================================================*/
-#if defined(STM32L476xx)
+#if defined(STM32L476xx) || defined(STM32L486xx)
/* Clock attributes.*/
#define STM32_CLOCK_HAS_HSI48 FALSE
@@ -1125,10 +1125,10 @@
#endif /* defined(STM32L476xx) */
/*===========================================================================*/
-/* STM32L496xx. */
+/* STM32L496xx, STM32L4A6xx. */
/*===========================================================================*/
-#if defined(STM32L496xx)
+#if defined(STM32L496xx) || defined(STM32L4A6xx)
/* Clock attributes.*/
#define STM32_CLOCK_HAS_HSI48 FALSE