Remove redefine macro
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
parent
d6904b412c
commit
3f83ea3add
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue