X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fhex.h;h=5e036dfeef4e5d758df0b32786e672b109a5c8e8;hb=HEAD;hp=8a0f8296682a12434d7559adac79647319a8c564;hpb=5f3952176a4e9a00ca8dd5ec4a6b994958f89e0a;p=bertos.git diff --git a/mware/hex.h b/mware/hex.h deleted file mode 100644 index 8a0f8296..00000000 --- a/mware/hex.h +++ /dev/null @@ -1,21 +0,0 @@ -/** - * \file - * - * - * \brief Poor man's hex arrays (implementation). - * - * \version $Id$ - * - * \author Bernardo Innocenti - */ - -#ifndef MWARE_HEX_H -#define MWARE_HEX_H - -extern const char hex_tab[16]; -extern const char HEX_tab[16]; - -#endif /* MWARE_HEX_H */