aboutsummaryrefslogtreecommitdiffstats
path: root/os/lib/include/chmempools.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-03-17 17:52:51 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-03-17 17:52:51 +0000
commit96f6787ce0f7b2e6a4ea5a32432bc1cc22ddc54a (patch)
treea8a902d7cda40c8fe899fa894d51e9d1346566f9 /os/lib/include/chmempools.h
parent35c72d21376b08452cbe15855e22312e402f73cc (diff)
downloadChibiOS-96f6787ce0f7b2e6a4ea5a32432bc1cc22ddc54a.tar.gz
ChibiOS-96f6787ce0f7b2e6a4ea5a32432bc1cc22ddc54a.tar.bz2
ChibiOS-96f6787ce0f7b2e6a4ea5a32432bc1cc22ddc54a.zip
Fixed ancient documentation error. Removed some obsolete checks.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11800 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/lib/include/chmempools.h')
-rw-r--r--os/lib/include/chmempools.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/lib/include/chmempools.h b/os/lib/include/chmempools.h
index 59eedc588..f8555c137 100644
--- a/os/lib/include/chmempools.h
+++ b/os/lib/include/chmempools.h
@@ -28,10 +28,6 @@
#ifndef CHMEMPOOLS_H
#define CHMEMPOOLS_H
-#if !defined(CH_CFG_USE_MEMPOOLS)
-#define CH_CFG_USE_MEMPOOLS FALSE
-#endif
-
#if (CH_CFG_USE_MEMPOOLS == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/