From f08f35a9e478f5290989e3ec01a9eb96b4014dbb Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 29 Jul 2014 11:01:08 +1000 Subject: Support for rawrtos real time operating system --- src/gos/sys_defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gos/sys_defs.h') 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 -- cgit v1.2.3