Index: Utilities.c =================================================================== diff -u -r5fb988facecb08dceb2bba1c462d3097b53617f0 -r2801d97e877dd78189aa891e80a2f7cf60a6a2b7 --- Utilities.c (.../Utilities.c) (revision 5fb988facecb08dceb2bba1c462d3097b53617f0) +++ Utilities.c (.../Utilities.c) (revision 2801d97e877dd78189aa891e80a2f7cf60a6a2b7) @@ -30,6 +30,7 @@ #define INITIAL_CRC16_VAL 0xFFFF ///< Seed for 16-bit CRC function. #define INITIAL_CRC08_VAL 0x00 ///< Seed for 8-bit CRC function. + #define HEX_LETTER_TO_NUMBER_CONV 0x37 ///< Hex letter (i.e. A) to number conversion. #define STR_TO_HEX_CONV_MAX_BYTES 8 ///< String to hex conversion maximum allowed bytes.