MAX_CARLINK_A270S/MXC_A27-PCB4.5-270S/app/haoke/haoke_demo.h

15 lines
156 B
C

#ifndef __HAOKE_DEMO_H__
#define __HAOKE_DEMO_H__
#ifdef __cplusplus
extern "C"
#endif
extern void haoke_demo(void);
#ifdef __cplusplus
}
#endif
#endif