X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frandpool.h;h=6e6a7dba2be83039ad80e10da40f73d1404f3cf0;hb=37efb5bdc0504ab6df2e8db0635c9c6f7477e23e;hp=fe999e32b12af7b2643f4b3c177707afc47595cb;hpb=c4e10478569740bd284cc41a47dd5227150a6f00;p=bertos.git diff --git a/bertos/algo/randpool.h b/bertos/algo/randpool.h index fe999e32..6e6a7dba 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" + * $WIZ$ module_configuration = "bertos/cfg/cfg_randpool.h" */ #ifndef ALGO_RANDPOOL_H