X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fhex.c;h=01c41642052419383632fdcfeb0211aaa6255a71;hb=1ab5fa0763879ab997884c8bc88631b69205a191;hp=2a456021acc8246c60be33b96eeec5b54929d5b0;hpb=2dde5222175bc7b2da7256fc198c51e3a7eb3320;p=bertos.git diff --git a/mware/hex.c b/mware/hex.c old mode 100755 new mode 100644 index 2a456021..01c41642 --- a/mware/hex.c +++ b/mware/hex.c @@ -1,8 +1,33 @@ -/*! +/** * \file * * * \brief Poor man's hex arrays (implementation). @@ -12,15 +37,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.3 2006/02/10 11:30:48 bernie - *#* C++ fixes. - *#* - *#* Revision 1.2 2005/03/01 23:32:05 bernie - *#* Give due credit for this astounding creation. - *#* - *#*/ #include "hex.h"