Increase string length to allow for better debug messages.

Signed-off-by: Eugene Myers <edmyers@tycho.nsa.gov>
This commit is contained in:
Eugene Myers 2021-11-01 08:42:32 -04:00
parent 05f5e413eb
commit 23f1af3eed
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#include <Base.h>
#define _PCD_VALUE_PcdMaximumUnicodeStringLength 256U
#define _PCD_VALUE_PcdMaximumAsciiStringLength 256U
#define _PCD_VALUE_PcdMaximumUnicodeStringLength 512U
#define _PCD_VALUE_PcdMaximumAsciiStringLength 512U
#ifdef RELEASE
#define _PCD_VALUE_PcdDebugPrintErrorLevel 0x00000000U