New module: kfile_debug. Now you can redirect output to the debug console.
[bertos.git] / bertos / cfg / cfg_heap.h
index 0cba377b38c05ccd2b4018366dc5dd602b88964f..dc4b1fa397515b475bc0d4a7ada9f9d0ef23faf5 100644 (file)
 #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 */