Files
GPS-Navigator-/ETH/UdpServer/app/app_test.h
2025-09-05 21:09:02 +08:00

19 lines
183 B
C

#ifndef APP_TEST_H
#define APP_TEST_H
#ifdef __cplusplus
extern "C" {
#endif
extern void testAppInit(void);
#ifdef __cplusplus
}
#endif
#endif // APP_TEST_H