chargeController/APP/businessLogic/Inc/Init.h

12 lines
69 B
C
Raw Normal View History

2024-12-16 09:28:12 +00:00
#ifndef BL_INIT_H_
#define BL_INIT_H_
void Init(void);
#endif