Skip to content

Commit

Permalink
Merge pull request #270 from lf-lang/fix-zephyr-typo
Browse files Browse the repository at this point in the history
Fixed typo in zephyr platform
  • Loading branch information
lhstrh authored Sep 15, 2023
2 parents 5f231b1 + ee25514 commit 872be8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/platform/lf_zephyr_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void _lf_initialize_clock() {
// Clock and sleep implementation for the HI_RES clock based on
// Zephyrs Counter API

* Return the current time in nanoseconds. It gets the current value
/* Return the current time in nanoseconds. It gets the current value
* of the hi-res counter device and also keeps track of overflows
* to deliver a monotonically increasing clock.
*/
Expand Down

0 comments on commit 872be8e

Please sign in to comment.