Rename CLOCK_FREQ macro to CPU_FREQ: now clock frequency has to be set in the makefile.
[bertos.git] / bertos / cfg / cfg_md2.h
index 3f8916173c4a612c18fe7cae30ec76e899097740..91edcef302cf5b37f8849b81bf34959abaf7e5a5 100644 (file)
 #ifndef CFG_MD2_H
 #define CFG_MD2_H
 
-/// Size of block for MD2 algorithm. $WIZARD = { "type" : "int", "min" : "0" }
+/**
+ * Size of block for MD2 algorithm.
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "0"
+ */
 #define CONFIG_MD2_BLOCK_LEN    16
 
-/// Use standard permutation in MD2 algorithm. $WIZARD = { "type" : "boolean" }
+/// Use standard permutation in MD2 algorithm. $WIZ$ type = "boolean"
 #define CONFIG_MD2_STD_PERM     0
 
 #endif /* CFG_MD2_H */