Add some modules.
[bertos.git] / bertos / cfg / debug.h
index 4aa33639d5765d3cf4c87461bf41aecb826d563c..2850bbb2355c3211283becc78692c56503c0c504 100644 (file)
  *
  * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
+ *
+ * $WIZ$ module_name = "debug"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_debug.h"
+ * $WIZ$ DEBUG = 1
+ * $WIZ$ module_depends = "formatwr"
  */
 
 #ifndef BERTOS_DEBUG_H