diff options
Diffstat (limited to 'os/lib/include/chheap.h')
-rw-r--r-- | os/lib/include/chheap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/os/lib/include/chheap.h b/os/lib/include/chheap.h index be92ea423..24e8e4761 100644 --- a/os/lib/include/chheap.h +++ b/os/lib/include/chheap.h @@ -28,10 +28,6 @@ #ifndef CHHEAP_H
#define CHHEAP_H
-#if !defined(CH_CFG_USE_HEAP)
-#define CH_CFG_USE_HEAP FALSE
-#endif
-
#if (CH_CFG_USE_HEAP == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/
|