mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-31 14:10:23 +08:00
16 lines
431 B
C
16 lines
431 B
C
/**************************************************************************//**
|
|
* @file NuMicro.h
|
|
* @version V1.00
|
|
* @brief NuMicro peripheral access layer header file.
|
|
*
|
|
* @copyright (C) 2017-2018 Nuvoton Technology Corp. All rights reserved.
|
|
*****************************************************************************/
|
|
#ifndef __NUMICRO_H__
|
|
#define __NUMICRO_H__
|
|
|
|
#include "M480.h"
|
|
|
|
#endif /* __NUMICRO_H__ */
|
|
|
|
|