board.h 390 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2006-2020, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2020-04-02 Huaqi Fang first version
  9. *
  10. */
  11. #ifndef __BOARD__
  12. #define __BOARD__
  13. #include "nuclei_sdk_hal.h"
  14. void rt_hw_board_init(void);
  15. #endif /* __BOARD__ */
  16. /******************** end of file *******************/