aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2017-09-20 19:47:46 +0200
committerJoel Bodenmann <joel@embedded.pro>2017-09-20 19:47:46 +0200
commit2943011ccb7e63c13ff8dfa3dcd4fcaae5820057 (patch)
treed61c83012557981e28f9964124ed36b4ca0af7c7 /src/gos/gos.h
parent3e139114329aaaf7ff02dd766e00dab54bb508d8 (diff)
downloaduGFX-2943011ccb7e63c13ff8dfa3dcd4fcaae5820057.tar.gz
uGFX-2943011ccb7e63c13ff8dfa3dcd4fcaae5820057.tar.bz2
uGFX-2943011ccb7e63c13ff8dfa3dcd4fcaae5820057.zip
Adding Zephyr port
Diffstat (limited to 'src/gos/gos.h')
-rw-r--r--src/gos/gos.h2
1 files changed, 2 insertions, 0 deletions
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