chargeController/APP/businessLogic/Inc/Init.h

12 lines
69 B
C

#ifndef BL_INIT_H_
#define BL_INIT_H_
void Init(void);
#endif