14 lines
301 B
C
14 lines
301 B
C
/*
|
|
* Copyright (c) 2023 Nuvoton Technology Corporation.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef ZEPHYR_SOC_ARM_NUVOTON_M46X_SOC_H_
|
|
#define ZEPHYR_SOC_ARM_NUVOTON_M46X_SOC_H_
|
|
|
|
/* Hardware and starter kit includes. */
|
|
#include <NuMicro.h>
|
|
|
|
#endif /* ZEPHYR_SOC_ARM_NUVOTON_M46X_SOC_H_*/
|