18 lines
551 B
C
18 lines
551 B
C
/**************************************************************************//**
|
|
* @file NuMicro.h
|
|
* @version V1.00
|
|
* @brief NuMicro peripheral access layer header file.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
* @copyright (C) 2017 Nuvoton Technology Corp. All rights reserved.
|
|
*****************************************************************************/
|
|
#ifndef __NUMICRO_H__
|
|
#define __NUMICRO_H__
|
|
|
|
#include "nutool_clkcfg.h"
|
|
#include "M031Series.h"
|
|
|
|
#endif /* __NUMICRO_H__ */
|
|
|
|
/*** (C) COPYRIGHT 2017 Nuvoton Technology Corp. ***/
|