X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fhex.c;h=01c41642052419383632fdcfeb0211aaa6255a71;hb=45add65abd59bd79f528501c85f3e5891a9c2c29;hp=02f9e475304ce34a13c0cbc7c06d8fea0e866fc3;hpb=bcf38f772b397e7a8ba781a69aacb9380e54b32a;p=bertos.git diff --git a/mware/hex.c b/mware/hex.c old mode 100755 new mode 100644 index 02f9e475..01c41642 --- a/mware/hex.c +++ b/mware/hex.c @@ -1,8 +1,33 @@ /** * \file * * * \brief Poor man's hex arrays (implementation). @@ -12,18 +37,6 @@ * \author Bernardo Innocenti */ -/*#* - *#* $Log$ - *#* Revision 1.4 2006/07/19 12:56:28 bernie - *#* Convert to new Doxygen style. - *#* - *#* 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"