aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/sys_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/sys_options.h')
-rw-r--r--src/gos/sys_options.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/gos/sys_options.h b/src/gos/sys_options.h
index 90a5bc91..cfbed057 100644
--- a/src/gos/sys_options.h
+++ b/src/gos/sys_options.h
@@ -65,9 +65,16 @@
/**
* @}
*
- * @name GOS Optional Sizing Parameters
+ * @name GOS Optional Parameters
* @{
*/
+ /**
+ * @brief Should uGFX stuff be added to the FreeRTOS+Tracer
+ * @details Defaults to FALSE
+ */
+ #ifndef GFX_FREERTOS_USE_TRACE
+ #define GFX_FREERTOS_USE_TRACE FALSE
+ #endif
/** @} */
#endif /* _GOS_OPTIONS_H */