aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/sys_defs.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-07-29 11:01:08 +1000
committerinmarket <andrewh@inmarket.com.au>2014-07-29 11:01:08 +1000
commitf08f35a9e478f5290989e3ec01a9eb96b4014dbb (patch)
tree61c18385ddd0821f8bdd2c48db0eae2c31316ecb /src/gos/sys_defs.h
parented14e4ca568ae632cf8fc9e4b46ce4da81a40282 (diff)
downloaduGFX-f08f35a9e478f5290989e3ec01a9eb96b4014dbb.tar.gz
uGFX-f08f35a9e478f5290989e3ec01a9eb96b4014dbb.tar.bz2
uGFX-f08f35a9e478f5290989e3ec01a9eb96b4014dbb.zip
Support for rawrtos real time operating system
Diffstat (limited to 'src/gos/sys_defs.h')
-rw-r--r--src/gos/sys_defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gos/sys_defs.h b/src/gos/sys_defs.h
index 9da9dff0..dcd445e4 100644
--- a/src/gos/sys_defs.h
+++ b/src/gos/sys_defs.h
@@ -439,6 +439,8 @@
* All the above was just for the doxygen documentation. All the implementation of the above
* (without any of the documentation overheads) is in the files below.
*/
+#elif GFX_USE_OS_RAWRTOS
+ #include "src/gos/rawrtos.h"
#elif GFX_USE_OS_CHIBIOS
#include "src/gos/chibios.h"
#elif GFX_USE_OS_FREERTOS