Add timer strobe macros default.
[bertos.git] / bertos / cfg / cfg_randpool.h
index 6f26b884d39c91a46eaef5e2c77885f96e52ffca..8828c49279d8bd2916c20b1d0da229316bcfe7eb 100644 (file)
 #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" }
+/// Turn on or off timer support in Randpool. $WIZ$ type = "boolean"
 #define CONFIG_RANDPOOL_TIMER       1
 
 #endif /* CFG_RANDPOOL_H */