X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Falgo%2Fcrc.h;h=be8f0df8be16915f3318852f3329f2bda9e70fc1;hb=510870087483dcee61c7fe93abe7b4a37f2714f3;hp=d6a1f45de21ca688c7b83615d3287b15a85a4a9a;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/algo/crc.h b/bertos/algo/crc.h index d6a1f45d..be8f0df8 100644 --- a/bertos/algo/crc.h +++ b/bertos/algo/crc.h @@ -27,11 +27,11 @@ * the GNU General Public License. * * Copyright 2003, 2004 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999 Bernardo Innocenti + * Copyright 1999 Bernie Innocenti * * --> * - * \brief XModem-CRC16 algorithm (interface) + * \brief Cyclic Redundancy Check 16 (CRC). * * \note This algorithm is incompatible with the CCITT-CRC16. * @@ -44,7 +44,9 @@ * Omen Technology. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti + * + * $WIZ$ module_name = "crc16" */ #ifndef ALGO_CRC_H