解决自动更新bootloader死机的问题
软件版本2.00 解决检测任务中重试失败后不会填充返回值的bug
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
#include "base/utility.h"
|
||||
//#include "yecan.h"
|
||||
#include "hardware/jw3425iic.h"
|
||||
BoartCheck_st board_st;
|
||||
BoardInfo_un boardinfo_un;
|
||||
volatile BoartCheck_st board_st;
|
||||
volatile BoardInfo_un boardinfo_un;
|
||||
|
||||
void test_timer_function()
|
||||
{
|
||||
@@ -71,7 +71,7 @@ void Ye_BoardCheck(void)
|
||||
LED1_Out = 0;
|
||||
}
|
||||
PowerCalibration_set(POWER_DEF_V,45);
|
||||
delay_ms(100);
|
||||
delay_ms(5);
|
||||
board_st.bus_5p5v = Power_GetHPowerV();
|
||||
//
|
||||
#ifdef CHECKER_DEV
|
||||
|
Reference in New Issue
Block a user