mirror of https://github.com/acidanthera/audk.git
SourceLevelDebugPkg: Change revision to 4 to compress packet
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18535 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9f6bc0f297
commit
be73a0c483
|
@ -24,7 +24,7 @@
|
|||
//
|
||||
#define DEBUG_AGENT_REVISION_03 ((0 << 16) | 03)
|
||||
#define DEBUG_AGENT_REVISION_04 ((0 << 16) | 04)
|
||||
#define DEBUG_AGENT_REVISION DEBUG_AGENT_REVISION_03
|
||||
#define DEBUG_AGENT_REVISION DEBUG_AGENT_REVISION_04
|
||||
#define DEBUG_AGENT_CAPABILITIES 0
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue