X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_randpool.h;h=3c9bb698f3616d895f39405a03a026f3f604bfca;hb=39f8477d1ca72e8579ae5edcc879f1bd25287555;hp=6f26b884d39c91a46eaef5e2c77885f96e52ffca;hpb=df75a41fefed5f822eba4e83ce36850e9a777d89;p=bertos.git diff --git a/bertos/cfg/cfg_randpool.h b/bertos/cfg/cfg_randpool.h index 6f26b884..3c9bb698 100644 --- a/bertos/cfg/cfg_randpool.h +++ b/bertos/cfg/cfg_randpool.h @@ -41,10 +41,14 @@ #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 = "0" + */ #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 */