Add heap module.
[bertos.git] / bertos / struct / heap.h
index bcc54d529d10c47cee49f78cd8a70d9a3a5faf82..ad362a6b1966867a04a16b25854bf3b6bdc195e6 100644 (file)
@@ -38,6 +38,9 @@
  *
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZ$ module_name = "heap"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_heap.h"
  */
 
 #ifndef STRUCT_HEAP_H