minor change

This commit is contained in:
Yunhorn 2023-10-11 14:08:19 +08:00
parent b9bfe99e2e
commit 83a763a760
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ void USER_APP_AUTO_RESPONDER_Parse(char *tlv_buf, size_t tlv_buf_size)
else
if ((char)tlv_buf[CFG_CMD3] == 'C') { // "YVC" REPORT NVM STORED CONFIG PARAMETERS "YVC"
uint8_t cfg_in_nvm[YUNHORN_STS_MAX_NVM_CFG_SIZE]="";
uint8_t cfg_in_nvm[YUNHORN_STS_MAX_NVM_CFG_SIZE]={0x0};
OnRestoreSTSCFGContextRequest((uint8_t *)cfg_in_nvm);
outbuf[i++] = (uint8_t) 'C';