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
Can you reproduce the problem reliably?
yes
Did you check current release notes for known issues?
yes
If this is not the latest release, have you checked newer releases?
Description:
code won't pass compile when enabling debug, a few places missing ; at end.
in file "src\whd_chip.c":
line 384: WPRINT_WHD_ERROR( ("%s:%d whd_bus_read_backplane_value failed\n", __FUNCTION__, __LINE__) ) --- missing ";" at end
same as in lines 414, 421, 428, 1414
The text was updated successfully, but these errors were encountered:
Prerequisites
Can you reproduce the problem reliably?
yes
Did you check current release notes for known issues?
yes
If this is not the latest release, have you checked newer releases?
Description:
code won't pass compile when enabling debug, a few places missing
;
at end.in file "src\whd_chip.c":
WPRINT_WHD_ERROR( ("%s:%d whd_bus_read_backplane_value failed\n", __FUNCTION__, __LINE__) )
--- missing ";" at endThe text was updated successfully, but these errors were encountered: