From 54ae0700888260c8162e83fbd4cee4142b48964f Mon Sep 17 00:00:00 2001 From: Erling Rennemo Jellum Date: Thu, 14 Sep 2023 20:24:07 +0200 Subject: [PATCH] Fix typo in zephyr platform --- core/platform/lf_zephyr_support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/platform/lf_zephyr_support.c b/core/platform/lf_zephyr_support.c index de8e51c23..34c2f2177 100644 --- a/core/platform/lf_zephyr_support.c +++ b/core/platform/lf_zephyr_support.c @@ -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. */