NuMicro.h 551 B

1234567891011121314151617
  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) 2017 Nuvoton Technology Corp. All rights reserved.
  8. *****************************************************************************/
  9. #ifndef __NUMICRO_H__
  10. #define __NUMICRO_H__
  11. #include "nutool_clkcfg.h"
  12. #include "M031Series.h"
  13. #endif /* __NUMICRO_H__ */
  14. /*** (C) COPYRIGHT 2017 Nuvoton Technology Corp. ***/