You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当没有使用FAST READ功能时,下面代码段产生Comparision of unsigned integer with zero告警
for (i = 0; i < SFUD_READ_DUMMY_BYTE_CNT; i++) {
cmd_data[cmd_size] = SFUD_DUMMY_DATA;
cmd_size++;
}
The text was updated successfully, but these errors were encountered:
当没有使用FAST READ功能时,下面代码段产生Comparision of unsigned integer with zero告警
for (i = 0; i < SFUD_READ_DUMMY_BYTE_CNT; i++) {
cmd_data[cmd_size] = SFUD_DUMMY_DATA;
cmd_size++;
}
The text was updated successfully, but these errors were encountered: