aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/testbuild/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/rt/testbuild/chconf.h')
-rw-r--r--test/rt/testbuild/chconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/rt/testbuild/chconf.h b/test/rt/testbuild/chconf.h
index 6ef9b4069..49958a217 100644
--- a/test/rt/testbuild/chconf.h
+++ b/test/rt/testbuild/chconf.h
@@ -340,6 +340,15 @@
*/
#if !defined(CH_CFG_USE_MEMPOOLS) || defined(__DOXYGEN__)
#define CH_CFG_USE_MEMPOOLS TRUE
+
+/**
+ * @brief Objects FIFOs APIs.
+ * @details If enabled then the objects FIFOs APIs are included
+ * in the kernel.
+ *
+ * @note The default is @p TRUE.
+ */
+#define CH_CFG_USE_OBJ_FIFOS TRUE
#endif
/**