X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_heap.h;h=e1a37b768a71aaa68b2d272a197e038ccd429691;hb=8ad8e5d325736480a881a7f30bd757f96b87376e;hp=0cba377b38c05ccd2b4018366dc5dd602b88964f;hpb=9bde379b39600b3023bc42ea7affdab4edc8cf18;p=bertos.git diff --git a/bertos/cfg/cfg_heap.h b/bertos/cfg/cfg_heap.h index 0cba377b..e1a37b76 100644 --- a/bertos/cfg/cfg_heap.h +++ b/bertos/cfg/cfg_heap.h @@ -32,7 +32,6 @@ * * \brief Configuration file for heap module. * - * \version $Id$ * * \author Daniele Basile */ @@ -40,7 +39,10 @@ #ifndef CFG_HEAP_H #define CFG_HEAP_H -/// TODO +/** + * Enable malloc/free like API. + * $WIZ$ type = "boolean" + */ #define CONFIG_HEAP_MALLOC 1 #endif /* CFG_HEAP_H */