1 /*
2  * Copyright (c) 2023-2024 Analog Devices, Inc.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @file SoC configuration macros for the MAX32xxx family processors.
9  *
10  */
11 
12 #ifndef _MAX32_SOC_H_
13 #define _MAX32_SOC_H_
14 
15 #include <wrap_max32xxx.h>
16 
17 #endif /* _MAX32_SOC_H_ */
18