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