aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_options.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-04-07 23:21:19 +1000
committerinmarket <andrewh@inmarket.com.au>2015-04-07 23:21:19 +1000
commit82cb03947c60477e54f46dd7ee8a9b685ad71d64 (patch)
tree4f00b78d4b57b7915397bb114b5743253ee81d24 /src/gos/gos_options.h
parentbeacfaa9946014ca05e12eb740d1d33a1f5f996f (diff)
downloaduGFX-82cb03947c60477e54f46dd7ee8a9b685ad71d64.tar.gz
uGFX-82cb03947c60477e54f46dd7ee8a9b685ad71d64.tar.bz2
uGFX-82cb03947c60477e54f46dd7ee8a9b685ad71d64.zip
Add Arduino as a full GOS supported operating system (even though it is really just a special bare bones platform)
Diffstat (limited to 'src/gos/gos_options.h')
-rw-r--r--src/gos/gos_options.h7
1 files changed, 7 insertions, 0 deletions
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
/**
* @}
*