Files
tinyUSB/hw/bsp/ra/board_cfg.h

14 lines
271 B
C
Raw Normal View History

2024-12-12 15:37:07 +07:00
/* generated configuration header file - do not edit */
#ifndef BOARD_CFG_H_
#define BOARD_CFG_H_
2023-07-05 17:13:01 +07:00
#ifdef __cplusplus
2024-12-12 15:37:07 +07:00
extern "C" {
#endif
2023-07-05 17:13:01 +07:00
2024-12-12 15:37:07 +07:00
void bsp_init(void * p_args);
2023-07-05 17:13:01 +07:00
2024-12-12 15:37:07 +07:00
#ifdef __cplusplus
}
#endif
#endif /* BOARD_CFG_H_ */