Skip to content

Commit

Permalink
Fixed round-robin regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
flit committed Sep 23, 2018
1 parent 7fec043 commit aae160f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ar_kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,10 @@ void ar_kernel_update_round_robin()

g_ar.needsRoundRobin = (pri1 == pri2);
}

g_ar.needsRoundRobin = false;
else
{
g_ar.needsRoundRobin = false;
}
}

//! @brief Determine the delay to the next wakeup event.
Expand Down

0 comments on commit aae160f

Please sign in to comment.