1 /**************************************************************************//**
2  * @file     NuMicro.h
3  * @version  V1.00
4  * @brief    NuMicro peripheral access layer header file.
5  *
6  * SPDX-License-Identifier: Apache-2.0
7  * @copyright (C) 2023 Nuvoton Technology Corp. All rights reserved.
8  *****************************************************************************/
9 
10 #ifndef __NUMICRO_H__
11 #define __NUMICRO_H__
12 
13 #include "M2L31.h"
14 
15 #endif  /* __NUMICRO_H__ */
16