12 lines
390 B
C
12 lines
390 B
C
|
|
/*********************************************************
|
||
|
|
* @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
|