diff options
Diffstat (limited to 'demos/AVR/RT-TEENSY2-USB')
-rw-r--r-- | demos/AVR/RT-TEENSY2-USB/chconf.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/demos/AVR/RT-TEENSY2-USB/chconf.h b/demos/AVR/RT-TEENSY2-USB/chconf.h index 5aa8ecd0a..5039bace8 100644 --- a/demos/AVR/RT-TEENSY2-USB/chconf.h +++ b/demos/AVR/RT-TEENSY2-USB/chconf.h @@ -325,7 +325,16 @@ * * @note The default is @p TRUE. */ -#define CH_CFG_USE_MEMPOOLS FALSE +#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 FALSE /** * @brief Dynamic Threads APIs. |