aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gos/gos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gos/gos.h b/include/gos/gos.h
index 37335fbb..54529016 100644
--- a/include/gos/gos.h
+++ b/include/gos/gos.h
@@ -429,6 +429,8 @@
*/
#elif GFX_USE_OS_CHIBIOS
#include "gos/chibios.h"
+#elif GFX_USE_OS_FREERTOS
+ #include "gos/freertos.h"
#elif GFX_USE_OS_WIN32
#include "gos/win32.h"
#elif GFX_USE_OS_LINUX