X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fnet%2Fxmodem.h;h=4b2386239768782e31d40987507689ceab3eb822;hb=74c7bb68260444eee2831f758b1a9296d6d4ac4e;hp=14f354e8c1100c0faca639de0be8d59300b507ac;hpb=54c0cbfcd383f860eb4d69c91eb7dee9e3615a1f;p=bertos.git diff --git a/bertos/net/xmodem.h b/bertos/net/xmodem.h index 14f354e8..4b238623 100644 --- a/bertos/net/xmodem.h +++ b/bertos/net/xmodem.h @@ -36,11 +36,9 @@ * \author Bernie Innocenti * \author Francesco Sacchi * - * $WIZARD_MODULE = { - * "name" : "xmodem", - * "depends" : ["kfile"], - * "configuration" : "bertos/cfg/cfg_xmodem.h" - * } + * $WIZ$ module_name = "xmodem" + * $WIZ$ module_depends = "kfile", "crc16" + * $WIZ$ module_configuration = "bertos/cfg/cfg_xmodem.h" */