aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos.h
diff options
context:
space:
mode:
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 f1def55a..82ad9d1c 100644
--- a/src/gos/gos.h
+++ b/src/gos/gos.h
@@ -462,6 +462,8 @@
#include "src/gos/gos_raw32.h"
#elif GFX_USE_OS_ECOS
#include "src/gos/gos_ecos.h"
+#elif GFX_USE_OS_ARDUINO
+ #include "src/gos/gos_arduino.h"
#else
#error "Your operating system is not supported yet"
#endif