aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_options.h
diff options
context:
space:
mode:
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 8a724e12..4b33f5ac 100644
--- a/src/gos/gos_options.h
+++ b/src/gos/gos_options.h
@@ -97,6 +97,13 @@
#ifndef GFX_USE_OS_KEIL
#define GFX_USE_OS_KEIL FALSE
#endif
+ /**
+ * @brief Use NIOS-II
+ * @details Defaults to FALSE
+ */
+ #ifndef GFX_USE_OS_NIOS
+ #define GFX_USE_OS_NIOS FALSE
+ #endif
/**
* @}
*