NuMicro.h 497 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-2020 Nuvoton Technology Corp. All rights reserved.
  8. *****************************************************************************/
  9. #ifndef __NUMICRO_H__
  10. #define __NUMICRO_H__
  11. #include "nutool_clkcfg.h"
  12. #include "M480.h"
  13. #endif /* __NUMICRO_H__ */