18 lines
280 B
C
18 lines
280 B
C
|
/*
|
||
|
* Copyright (c) 2023-2024 Analog Devices, Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* @file SoC configuration macros for the MAX32xxx family processors.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef _MAX32_SOC_H_
|
||
|
#define _MAX32_SOC_H_
|
||
|
|
||
|
#include <wrap_max32xxx.h>
|
||
|
|
||
|
#endif /* _MAX32_SOC_H_ */
|