Skip to content

Commit

Permalink
Merge branch 'main' into rti-NET-forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun authored Nov 27, 2023
2 parents db9db08 + 16af56a commit 65e30da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/platform/lf_arduino_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ int lf_sleep(interval_t sleep_duration) {
do {
_lf_clock_now(&now);
} while ((now < wakeup));

return 0;
}

/**
Expand Down

0 comments on commit 65e30da

Please sign in to comment.