X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Fcrc.h;h=be8f0df8be16915f3318852f3329f2bda9e70fc1;hb=81e1190fbe3a47266f212ecc05fadc1753303854;hp=bc442b7e19d942356c665c139eb4dce1df257bdf;hpb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;p=bertos.git diff --git a/bertos/algo/crc.h b/bertos/algo/crc.h index bc442b7e..be8f0df8 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,8 @@ * * \version $Id$ * \author Bernie Innocenti + * + * $WIZ$ module_name = "crc16" */ #ifndef ALGO_CRC_H