X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_randpool.h;h=6f26b884d39c91a46eaef5e2c77885f96e52ffca;hb=54c0cbfcd383f860eb4d69c91eb7dee9e3615a1f;hp=e7c6a0752126aac4928990ec55e549db3775cd4f;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/cfg/cfg_randpool.h b/bertos/cfg/cfg_randpool.h index e7c6a075..6f26b884 100644 --- a/bertos/cfg/cfg_randpool.h +++ b/bertos/cfg/cfg_randpool.h @@ -41,10 +41,10 @@ #define CFG_RANDPOOL_H -/// Define a size, in byte, of entropy pool. +/// Define a size, in byte, of entropy pool. $WIZARD = { "type" : "int", "min" : "0" } #define CONFIG_SIZE_ENTROPY_POOL 64 -/// Turn on or off timer support in Randpool. +/// Turn on or off timer support in Randpool. $WIZARD = { "type" : "boolean" } #define CONFIG_RANDPOOL_TIMER 1 #endif /* CFG_RANDPOOL_H */