chargeController/APP/application/Inc/chargControl.h

12 lines
125 B
C
Raw Normal View History

2024-12-06 09:38:25 +00:00
#ifndef APP_CHARG_CONTROL_H_
#define APP_CHARG_CONTROL_H_
#include "bl_chargControl.h"
void chargControl(void);
#endif