Merge two at91sam7 project.
[bertos.git] / bertos / algo / randpool.h
index fe999e32b12af7b2643f4b3c177707afc47595cb..6f18ad24d18a395fab8f72454b33d9e4c58c52c2 100644 (file)
  * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "randpool",
- * "depends" : ["timer"],
- * "configuration" : "bertos/cfg/cfg_randpool.h"
- * }
+ * $WIZ$ module_name = "randpool"
+ * $WIZ$ module_depends = "timer", "sprintf"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_randpool.h"
  */
 
 #ifndef ALGO_RANDPOOL_H