From f265924396167729e8d9fb36a0383263f36c1270 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 27 Feb 2018 17:44:21 +1000 Subject: First set of V3 macro changes --- src/gos/gos_zephyr.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gos/gos_zephyr.h') diff --git a/src/gos/gos_zephyr.h b/src/gos/gos_zephyr.h index 741e7587..0acb2c43 100644 --- a/src/gos/gos_zephyr.h +++ b/src/gos/gos_zephyr.h @@ -42,8 +42,6 @@ #define THREAD_RETURN(retval) return - // #define FALSE 0 - // #define TRUE 1 #define TIME_IMMEDIATE K_NO_WAIT #define TIME_INFINITE K_FOREVER #define MAX_SEMAPHORE_COUNT ((semcount_t)(((unsigned long)((semcount_t)(-1))) >> 1)) -- cgit v1.2.3