chargeController/APP/application/Src/chargControl.c

19 lines
257 B
C
Raw Normal View History

2024-12-06 09:38:25 +00:00
#include "chargControl.h"
#include "parameter.h"
#include "comm_types.h"
#include "abnormalManage.h"
2024-12-06 09:38:25 +00:00
/**
* @brief
* @param
* @retval
*
*/
2024-12-06 09:38:25 +00:00
void chargControl(void)
{
checkAbnormal();
bl_chargControl();
2024-12-06 09:38:25 +00:00
}