12 lines
125 B
C
12 lines
125 B
C
|
|
||
|
#ifndef APP_CHARG_CONTROL_H_
|
||
|
#define APP_CHARG_CONTROL_H_
|
||
|
|
||
|
#include "bl_chargControl.h"
|
||
|
|
||
|
|
||
|
void chargControl(void);
|
||
|
|
||
|
|
||
|
#endif
|