FIRE_RA6M5_Hello_World/rasc_generated/ra_cfg/fsp_cfg/bsp/board_cfg.h
Yilin Sun 4d01be20ba
Initial commit.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2022-10-23 21:07:48 +08:00

14 lines
271 B
C

/* generated configuration header file - do not edit */
#ifndef BOARD_CFG_H_
#define BOARD_CFG_H_
#ifdef __cplusplus
extern "C" {
#endif
void bsp_init(void * p_args);
#ifdef __cplusplus
}
#endif
#endif /* BOARD_CFG_H_ */