chargeController/APP/businessLogic/Inc/test.h

9 lines
66 B
C

#ifndef BL_TEST_H_
#define BL_TEST_H_
void test(void);
#endif