Initial project setup
This commit is contained in:
13
managed_components/espressif__tinyusb/hw/bsp/ra/board_cfg.h
Normal file
13
managed_components/espressif__tinyusb/hw/bsp/ra/board_cfg.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* 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_ */
|
||||
Reference in New Issue
Block a user