1 /* 2 * Copyright (c) 2024 STMicroelectronics 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 /** 8 * @file SoC configuration macros for the STM32U0 family processors. 9 * 10 */ 11 12 13 #ifndef _STM32U0_SOC_H_ 14 #define _STM32U0_SOC_H_ 15 16 #ifndef _ASMLANGUAGE 17 18 #include <stm32u0xx.h> 19 20 #endif /* !_ASMLANGUAGE */ 21 22 #endif /* _STM32U0_SOC_H_ */ 23