Files
zTC1-oldwiki/TC1/user_ota.h
2019-03-25 12:35:30 +08:00

8 lines
97 B
C

#ifndef __USER_OTA_H_
#define __USER_OTA_H_
void user_ota_start(char *url, char *md5);
#endif