Remove redefine macro

Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
Li, Fei1 2018-03-22 00:21:54 +08:00 committed by Anthony Xu
parent 4e23623ab9
commit fd1d937035

View File

@ -39,12 +39,6 @@
#define PRINT_STRING_MAX_LEN 4096
/** Command for the emit function: copy string to output. */
#define PRINT_CMD_COPY 0x00000000
/** Command for the emit function: fill output with first character. */
#define PRINT_CMD_FILL 0x00000001
/** Use upper case letters for hexadecimal format. */
#define PRINT_FLAG_UPPER 0x00000001