4G_module/examples/lwip/inc/cm_demo_lwip.h

9 lines
151 B
C

#ifndef __CM_DEMO_LWIP_H__
#define __CM_DEMO_LWIP_H__
#include <stdint.h>
#include <stddef.h>
void cm_test_lwip(unsigned char **cmd,int len);
#endif