fix:文件名不合理

This commit is contained in:
Zip
2019-03-25 12:35:30 +08:00
parent 04a68953b9
commit 1725d849b4
6 changed files with 9 additions and 9 deletions

7
TC1/user_ota.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __USER_OTA_H_
#define __USER_OTA_H_
void user_ota_start(char *url, char *md5);
#endif