4G_module/examples/fota/inc/cm_demo_fota.h

12 lines
390 B
C
Raw Normal View History

2024-09-02 17:54:29 +08:00
/*********************************************************
* @file cm_demo_fota.h
* @brief OpenCPU FOTA header
* Copyright (c) 2022 China Mobile IOT.
* All rights reserved.
* created by WangPeng 2022/8/29
********************************************************/
#ifndef __CM_DEMO_FOTA_H_
#define __CM_DEMO_FOTA_H_
void cm_test_fota(unsigned char **cmd,int len);
#endif