解决自动更新bootloader死机的问题

软件版本2.00
解决检测任务中重试失败后不会填充返回值的bug
This commit is contained in:
ranchuan
2023-10-16 18:53:12 +08:00
parent 54bc5b44ac
commit cbbb2af298
21 changed files with 337 additions and 110 deletions

View File

@@ -124,8 +124,8 @@ typedef struct {
#pragma pack()
extern BoartCheck_st board_st;
extern BoardInfo_un boardinfo_un;
extern volatile BoartCheck_st board_st;
extern volatile BoardInfo_un boardinfo_un;
//检测小板初始化
void Ye_BoardInit(void);