Files
MAX_CARLINK_A270S/MXC_A27-PCB4.5-270T/app/xinbas/xinbas_demo.h
2025-01-21 16:49:37 +08:00

15 lines
159 B
C

#ifndef __XINBAS_DEMO_H__
#define __XINBAS_DEMO_H__
#ifdef __cplusplus
extern "C"
#endif
extern void xinbas_demo(void);
#ifdef __cplusplus
}
#endif
#endif