From 0c5eef8e02b15fb4b8c3f829299c47ea273a4a46 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 4 Oct 2017 14:24:45 +0000 Subject: chconf.h files alignment pass 1 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10765 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testbuild/chconf.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/rt/testbuild') 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 /** -- cgit v1.2.3