Skip to content

Commit

Permalink
Dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Dec 7, 2024
1 parent 3b9f6ba commit 42ac22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion low_level_platform/impl/src/lf_flexpret_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int _lf_sleep_common(instant_t wakeup_time, bool interruptable) {
wakeup_time_after_epochs = wakeup_time % EPOCH_DURATION_NS;

if (wakeup_time < sleep_start) {
// This means we need to do another epoch
// This means we need to do another epoch.
wakeup_time_epochs++;
}
} else {
Expand Down

0 comments on commit 42ac22c

Please sign in to comment.