X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_heap.h;h=dc4b1fa397515b475bc0d4a7ada9f9d0ef23faf5;hb=aea9c54dbb7ea4b957f675ffee7266e0432cfd42;hp=0cba377b38c05ccd2b4018366dc5dd602b88964f;hpb=9bde379b39600b3023bc42ea7affdab4edc8cf18;p=bertos.git diff --git a/bertos/cfg/cfg_heap.h b/bertos/cfg/cfg_heap.h index 0cba377b..dc4b1fa3 100644 --- a/bertos/cfg/cfg_heap.h +++ b/bertos/cfg/cfg_heap.h @@ -40,7 +40,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 */