diff options
Diffstat (limited to 'src/gos/sys_defs.h')
-rw-r--r-- | src/gos/sys_defs.h | 2 |
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 |