1.修复写mcu可能有寄存器错误

This commit is contained in:
payton 2024-01-29 14:14:06 +08:00
parent e074dd96c4
commit dde2efee23

View File

@ -472,7 +472,7 @@ unsigned char sf_mcu_reg_set(MCUParam_t attrId, unsigned char val)
sf_sleep_ms(100); sf_sleep_ms(100);
} }
} }
i = 0;
if(attrId == SF_MCU_POWEROFF) if(attrId == SF_MCU_POWEROFF)
{ {
//printf("SynMcuSet = %x\n", statisPara->SynMcuSet); //printf("SynMcuSet = %x\n", statisPara->SynMcuSet);