chargeController/APP/businessLogic/Inc/bl_chargControl.h

14 lines
239 B
C

#ifndef BL_CHARG_CONTROL_H_
#define BL_CHARG_CONTROL_H_
#include "chargControlEnum.h"
#include "FM_TIM.h"
#include "comm_types.h"
void setChargControlFlag(BOOL state);
void bl_chargControl(void);
extern void chargControl(void);
#endif