X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Fcrc.h;h=51ce4dd0f8c23ba6932194e69b7e3546983f08e3;hb=00bc8478ab5087769fc67e52327934370ee5e3a6;hp=bc442b7e19d942356c665c139eb4dce1df257bdf;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/algo/crc.h b/bertos/algo/crc.h index bc442b7e..51ce4dd0 100644 --- a/bertos/algo/crc.h +++ b/bertos/algo/crc.h @@ -31,7 +31,7 @@ * * --> * - * \brief XModem-CRC16 algorithm (interface) + * \brief Cyclic Redundancy Check 16 (CRC). * * \note This algorithm is incompatible with the CCITT-CRC16. * @@ -45,6 +45,12 @@ * * \version $Id$ * \author Bernie Innocenti + * + * $WIZARD_MODULE = { + * "name" : "crc16", + * "depends" : [], + * "configuration" : "" + * } */ #ifndef ALGO_CRC_H