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

9 lines
151 B
C
Raw Permalink Normal View History

2024-09-02 17:54:29 +08:00
#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