4G_module/examples/virt_at/inc/cm_demo_virt_at.h

13 lines
409 B
C

/*********************************************************
* @file cm_demo_pm.h
* @brief ML302 OpenCPU power manage header file
* Copyright (c) 2019 China Mobile IOT.
* All rights reserved.
* created by zhouhao 2020/12/10
********************************************************/
#ifndef __CM_DEMO_VIRT_AT_H__
#define __CM_DEMO_VIRT_AT_H__
void cm_virt_at_test(unsigned char **cmd,int len);
#endif