用AaaBbbCcc()格式重命名函数名

This commit is contained in:
zogodo
2020-02-16 10:24:39 +08:00
parent 9f64def0f7
commit 6cca9a0afa
16 changed files with 178 additions and 179 deletions

View File

@@ -3,6 +3,6 @@
extern float ota_progress;
void user_ota_start(char *url, char *md5);
void UserOtaStart(char *url, char *md5);
#endif