Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Oct 17, 2023
1 parent 1f68a12 commit a786a40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ static Function WaitAndCheckStoredTPs_IGNORE(device, expectedNumTPchannels)
CHECK_WAVE(storedTestPulses, WAVE_WAVE)
numTP = GetNumberFromWaveNote(storedTestPulses, NOTE_INDEX)

wlName = GetWorkLoad(WORKLOADCLASS_TP, device)
wlName = GetWorkLoadName(WORKLOADCLASS_TP, device)
CHECK(!ASYNC_WaitForWLCToFinishAndRemove(wlName, TP_WAIT_TIMEOUT))

WAVE TPSettingsCalculated = GetTPsettingsCalculated(device)
Expand Down

0 comments on commit a786a40

Please sign in to comment.