aboutsummaryrefslogtreecommitdiffstats
path: root/os/lib/include/chlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/lib/include/chlib.h')
-rw-r--r--os/lib/include/chlib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/lib/include/chlib.h b/os/lib/include/chlib.h
index f398e1000..6a1944e53 100644
--- a/os/lib/include/chlib.h
+++ b/os/lib/include/chlib.h
@@ -121,11 +121,13 @@
#undef CH_CFG_USE_HEAP
#undef CH_CFG_USE_MEMPOOLS
#undef CH_CFG_USE_OBJ_FIFOS
+#undef CH_CFG_USE_PIPES
#define CH_CFG_USE_MEMCORE FALSE
#define CH_CFG_USE_HEAP FALSE
#define CH_CFG_USE_MEMPOOLS FALSE
#define CH_CFG_USE_OBJ_FIFOS FALSE
+#define CH_CFG_USE_PIPES FALSE
#endif /* (CH_CUSTOMER_LIC_LIB == FALSE) || \
(CH_LICENSE_FEATURES == CH_FEATURES_BASIC) */
@@ -155,6 +157,10 @@
#error "CH_CFG_USE_OBJ_FIFOS not defined in chlibconf.h"
#endif
+//#if !defined(CH_CFG_USE_PIPES)
+//#error "CH_CFG_USE_PIPES not defined in chlibconf.h"
+//#endif
+
/* Objects factory options checks.*/
#if !defined(CH_CFG_USE_FACTORY)
#error "CH_CFG_USE_FACTORY not defined in chlibconf.h"
@@ -207,6 +213,7 @@
#include "chheap.h"
#include "chmempools.h"
#include "chfifo.h"
+//#include "chpipes.h"
#include "chfactory.h"
#endif /* CHLIB_H */