We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d0c9e2 commit c83c4c7Copy full SHA for c83c4c7
1 file changed
src/time_unix.c
@@ -26,7 +26,7 @@
26
27
#if defined(__ZEPHYR__)
28
#include <version.h>
29
-#if KERNELVERSION >= ZEPHYR_VERSION(3, 1, 0)
+#if ZEPHYR_VERSION_CODE >= ZEPHYR_VERSION(3, 1, 0)
30
#include <zephyr/posix/time.h> // Points to Zephyr toolchain posix time implementation
31
#else
32
#include <posix/time.h> // Points to Zephyr toolchain posix time implementation
0 commit comments