X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fpocketbus.h;h=0f26dd907ecac87a5250eee073864684a120edcd;hb=55b8cf13737c994600b5714766c9086644d66fd8;hp=7e1317d7995bc2d285c03a8451c04ba40bc8334d;hpb=cafdb86d36274921d12ee8c3559b40474834e41c;p=bertos.git diff --git a/bertos/net/pocketbus.h b/bertos/net/pocketbus.h index 7e1317d7..0f26dd90 100644 --- a/bertos/net/pocketbus.h +++ b/bertos/net/pocketbus.h @@ -35,11 +35,9 @@ * * \brief Basical functions to use pocketBus protocol. * - * $WIZARD_MODULE = { - * "name" : "pocketbus", - * "depends" : ["rotating_hash", "kfile"], - * "configuration" : "bertos/cfg/cfg_pocketbus.h" - * } + * $WIZ$ module_name = "pocketbus" + * $WIZ$ module_depends = "rotating_hash", "kfile" + * $WIZ$ module_configuration = "bertos/cfg/cfg_pocketbus.h" */ #ifndef NET_POCKETBUS_H