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_options.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gos/gos_options.h') diff --git a/src/gos/gos_options.h b/src/gos/gos_options.h index 611acfb7..2f896508 100644 --- a/src/gos/gos_options.h +++ b/src/gos/gos_options.h @@ -69,6 +69,13 @@ #ifndef GFX_USE_OS_ECOS #define GFX_USE_OS_ECOS FALSE #endif + /** + * @brief Use Arduino + * @details Defaults to FALSE + */ + #ifndef GFX_USE_OS_ARDUINO + #define GFX_USE_OS_ARDUINO FALSE + #endif /** * @} * -- cgit v1.2.3