4G_module/examples/lbs/inc/cm_demo_lbs.h

13 lines
401 B
C

/*********************************************************
* @file cm_demo_lbs.h
* @brief ML302 OpenCPU power manage header file
* Copyright (c) 2019 China Mobile IOT.
* All rights reserved.
* created by zyf 20220902
********************************************************/
#ifndef __CM_DEMO_LBS_H__
#define __CM_DEMO_LBS_H__
void cm_test_lbs_start(unsigned char **cmd,int len);
#endif