4G_module/examples/http/inc/cm_demo_http.h

12 lines
391 B
C

/*********************************************************
* @file cm_demo_http.h
* @brief OpenCPU HTTP header
* Copyright (c) 2021 China Mobile IOT.
* All rights reserved.
* created by WangPeng 2022/7/14
********************************************************/
#ifndef __CM_DEMO_HTTP_H_
#define __CM_DEMO_HTTP_H_
void cm_test_http(unsigned char **cmd,int len);
#endif