rt-thread-official/bsp/ESP32_C3/drivers/board.h

28 lines
377 B
C

/*
* Copyright (c) 2021-2022, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2022-06-02 supperthomas first version
*/
#ifndef __BOARD_H__
#define __BOARD_H__
#include <rtconfig.h>
#ifdef __cplusplus
extern "C" {
#endif
void rt_hw_board_init(void);
#ifdef __cplusplus
}
#endif
#endif