解决注码成功返回0xc0的问题

This commit is contained in:
ranchuan
2023-08-15 18:21:33 +08:00
parent 59d392081f
commit 337b970b93
6 changed files with 18 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
#define BUILD_DATE "2023-08-04 10:50:52"
#define BUILD_DATE "2023-08-09 13:54:50"
#define SOFT_VERSION "0.10"

View File

@@ -138,7 +138,7 @@ static int updata_slave(list_def *argv)
data+=FLASH_FILE_HEAD_SIZE;
flash_file *file=ptr;
if(tran==0){
DBG_WARN("can not fond variable \"tran\"");
DBG_WARN("can not find variable \"tran\"");
return -1;
}
if(list_length(argv)<2){