X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Frle.h;h=1c29a6050b5a4430418c3402848233b94c2b5dfd;hb=39e200e1f43474a96888f97e2271728c9605ccbe;hp=382f9079682e38f7c126e3e6da193b7790251bdd;hpb=8f62acd65326f96675c8781f38eedc94fdbbaa45;p=bertos.git diff --git a/bertos/algo/rle.h b/bertos/algo/rle.h index 382f9079..1c29a605 100644 --- a/bertos/algo/rle.h +++ b/bertos/algo/rle.h @@ -33,14 +33,9 @@ * * \brief General-purpose run-length {en,de}coding algorithm. * - * \version $Id$ * \author Bernie Innocenti * - * $WIZARD_MODULE = { - * "name" : "rle", - * "depends" : [], - * "configuration" : "" - * } + * $WIZ$ module_name = "rle" */ #ifndef RLE_H #define RLE_H