From 82cb03947c60477e54f46dd7ee8a9b685ad71d64 Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 7 Apr 2015 23:21:19 +1000 Subject: Add Arduino as a full GOS supported operating system (even though it is really just a special bare bones platform) --- src/gos/gos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gos/gos.h') 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 -- cgit v1.2.3