Update preset.
[bertos.git] / bertos / cfg / cfg_randpool.h
index 6f26b884d39c91a46eaef5e2c77885f96e52ffca..3038363eea76e3c63e0d34fdebc068856290e4cf 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for randpool module.
  *
- * \version $Id$
  *
  * \author Daniele Basile <asterix@develer.com>
  */
 #define CFG_RANDPOOL_H
 
 
-/// Define a size, in byte, of entropy pool. $WIZARD = { "type" : "int", "min" : "0" }
+/**
+ * Define a size, in byte, of entropy pool.
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 1
+ */
 #define CONFIG_SIZE_ENTROPY_POOL   64
 
-/// Turn on or off timer support in Randpool. $WIZARD = { "type" : "boolean" }
+/// Enable timer in randpool algo. $WIZ$ type = "boolean"
 #define CONFIG_RANDPOOL_TIMER       1
 
 #endif /* CFG_RANDPOOL_H */