aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_zephyr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_zephyr.h')
-rw-r--r--src/gos/gos_zephyr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gos/gos_zephyr.h b/src/gos/gos_zephyr.h
index 1bfccf8b..662a0c82 100644
--- a/src/gos/gos_zephyr.h
+++ b/src/gos/gos_zephyr.h
@@ -30,8 +30,8 @@ typedef int gThreadpriority;
#define THREAD_RETURN(retval) return
-#define TIME_IMMEDIATE K_NO_WAIT
-#define TIME_INFINITE K_FOREVER
+#define gDelayNone K_NO_WAIT
+#define gDelayForever K_FOREVER
#define MAX_SEMAPHORE_COUNT ((gSemcount)(((unsigned long)((gSemcount)(-1))) >> 1))
#define LOW_PRIORITY CONFIG_NUM_PREEMPT_PRIORITIES-1
#define NORMAL_PRIORITY 1