X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frandpool.h;h=b3e678cb09115997ebb8055a1ebea548f23ada93;hb=153603392f807a3412fe7d98d16c035c4abb377c;hp=fe999e32b12af7b2643f4b3c177707afc47595cb;hpb=df75a41fefed5f822eba4e83ce36850e9a777d89;p=bertos.git diff --git a/bertos/algo/randpool.h b/bertos/algo/randpool.h index fe999e32..b3e678cb 100644 --- a/bertos/algo/randpool.h +++ b/bertos/algo/randpool.h @@ -36,11 +36,9 @@ * \version $Id$ * \author Daniele Basile * - * $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 @@ -56,8 +54,8 @@ typedef struct EntropyPool { size_t entropy; ///< Actual value of entropy (byte). - size_t pos_add; ///< Number of byte idd in entropy pool. - size_t pos_get; ///< Number of byte get in entropy pool. + size_t pos_add; ///< Number of byte added in entropy pool. + size_t pos_get; ///< Number of byte got in entropy pool. size_t counter; ///< Counter. #if CONFIG_RANDPOOL_TIMER