aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/STM32/STM32L4xx/stm32_registry.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
index 4df280389..a39213176 100644
--- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
@@ -25,21 +25,6 @@
#ifndef STM32_REGISTRY_H
#define STM32_REGISTRY_H
-#if defined(STM32L432xx)
-#define STM32L432xx
-
-#elif defined(STM32L443xx)
-#define STM32L443xx
-
-#elif defined(STM32L476xx)
-#define STM32L476xx
-
-#elif defined(STM32L496xx)
-#define STM32L496xx
-#else
-#error "STM32L4xx device not specified"
-#endif
-
/*===========================================================================*/
/* Platform capabilities. */
/*===========================================================================*/