Skip to content

Commit

Permalink
Silicon/Rockchip: StatusLedDxe: Fix BlinkLedSync()
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobalanica committed Sep 12, 2023
1 parent e1fc17f commit 34f9e18
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ BlinkLedSync (

gBS->Stall (MILLIS_TO_MICROS(PatternDelayMs));

if (RepeatIndex != REPEAT_INFINITE)
if (RepeatCount != REPEAT_INFINITE) {
RepeatIndex++;
}
}

if (ContinueWithIdlePattern) {
Expand Down

0 comments on commit 34f9e18

Please sign in to comment.