Skip to content

Commit

Permalink
skip the 2nd error word for the timeout error as in the CPU code
Browse files Browse the repository at this point in the history
  • Loading branch information
ferencek committed Sep 26, 2023
1 parent 990f79f commit 43ae843
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ namespace pixelgpudetails {
if (!((errorWord >> sipixelconstants::OMIT_ERR_shift) & sipixelconstants::OMIT_ERR_mask)) {
if constexpr (debug)
printf("...2nd errorType=29 error, skip\n");
break;
}
errorFound = true;
break;
Expand Down

0 comments on commit 43ae843

Please sign in to comment.