aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM4-STM32F303-DISCOVERY
diff options
context:
space:
mode:
Diffstat (limited to 'demos/ARMCM4-STM32F303-DISCOVERY')
-rw-r--r--demos/ARMCM4-STM32F303-DISCOVERY/chconf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h b/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h
index 7b8a8389b..0e93aa661 100644
--- a/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h
+++ b/demos/ARMCM4-STM32F303-DISCOVERY/chconf.h
@@ -303,20 +303,6 @@
#endif
/**
- * @brief C-runtime allocator.
- * @details If enabled the the heap allocator APIs just wrap the C-runtime
- * @p malloc() and @p free() functions.
- *
- * @note The default is @p FALSE.
- * @note Requires @p CH_USE_HEAP.
- * @note The C-runtime may or may not require @p CH_USE_MEMCORE, see the
- * appropriate documentation.
- */
-#if !defined(CH_USE_MALLOC_HEAP) || defined(__DOXYGEN__)
-#define CH_USE_MALLOC_HEAP FALSE
-#endif
-
-/**
* @brief Memory Pools Allocator APIs.
* @details If enabled then the memory pools allocator APIs are included
* in the kernel.