X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Falgo%2Frotating_hash.h;fp=bertos%2Falgo%2Frotating_hash.h;h=791e90bfa1a30287e3c34a274f8d70cf0e6db07c;hb=b46f64914c62fbb0297728280478681659469654;hp=abdde51a2371381a9eddd02b3d8bc16486e7d6a2;hpb=911d2706a86d326786bfe721dcc3d63aeade7f28;p=bertos.git diff --git a/bertos/algo/rotating_hash.h b/bertos/algo/rotating_hash.h index abdde51a..791e90bf 100644 --- a/bertos/algo/rotating_hash.h +++ b/bertos/algo/rotating_hash.h @@ -37,7 +37,6 @@ * circular shift the checksum 4 place left before xoring. * This is a bit more stronger than simply sum the data. * - * \version $Id$ * * \author Francesco Sacchi *