chargeController/APP/businessLogic/Inc/test.h

9 lines
66 B
C
Raw Normal View History

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