mirror of
https://github.com/dougg3/mac-rom-simm-programmer.git
synced 2024-11-29 21:49:19 +00:00
16 lines
464 B
C
16 lines
464 B
C
/**************************************************************************//**
|
|
* @file NuMicro.h
|
|
* @version V1.00
|
|
* @brief NuMicro peripheral access layer header file.
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
* @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved.
|
|
*****************************************************************************/
|
|
|
|
#ifndef __NUMICRO_H__
|
|
#define __NUMICRO_H__
|
|
|
|
#include "M251.h"
|
|
|
|
#endif /* __NUMICRO_H__ */
|