chargeController/APP/application/Inc/chargControl.h

13 lines
146 B
C

#ifndef APP_CHARG_CONTROL_H_
#define APP_CHARG_CONTROL_H_
#include "bl_chargControl.h"
#include "capture.h"
void chargControl(void);
#endif