From 2943011ccb7e63c13ff8dfa3dcd4fcaae5820057 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 20 Sep 2017 19:47:46 +0200 Subject: Adding Zephyr port --- src/gos/gos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gos/gos.h') diff --git a/src/gos/gos.h b/src/gos/gos.h index dedfcdda..da09a38a 100644 --- a/src/gos/gos.h +++ b/src/gos/gos.h @@ -484,6 +484,8 @@ #include "gos_rtx5.h" #elif GFX_USE_OS_NIOS #include "gos_nios.h" +#elif GFX_USE_OS_ZEPHYR + #include "gos_zephyr.h" #elif GFX_USE_OS_QT #include "gos_qt.h" #else -- cgit v1.2.3