bsp_custom.h 217 B

12345678910111213141516
  1. #ifndef BSP_CUSTOM_H
  2. #define BSP_CUSTOM_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include "bsp.h"
  7. #include "hal_module_adapter.h"
  8. void BSP_CustomInit(void);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif /* BSP_CUSTOM_H */