chargeController/APP/application/Inc/chargControl.h

13 lines
146 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"
2025-01-17 12:32:22 +00:00
#include "capture.h"
2024-12-06 09:38:25 +00:00
void chargControl(void);
#endif