123456789101112131415161718192021 |
- /*
- * Copyright (c) 2006-2020, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2020-04-02 Huaqi Fang first version
- *
- */
- #ifndef __BOARD__
- #define __BOARD__
- #include "nuclei_sdk_hal.h"
- void rt_hw_board_init(void);
- #endif /* __BOARD__ */
- /******************** end of file *******************/
|