Skip to content

Commit

Permalink
MdePkg: Zero default for PcdDebugRaisePropertyMask
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Nov 7, 2023
1 parent 6dc2242 commit dbebb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MdePkg/MdePkg.dec
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@
# BIT1 - Enable Debug Print.<BR>
# BIT4 - Enable BreakPoint as ASSERT.<BR>
# @Prompt DEBUG_RAISE() Property.
gEfiMdePkgTokenSpaceGuid.PcdDebugRaisePropertyMask|0x01|UINT8|0x0000001b
gEfiMdePkgTokenSpaceGuid.PcdDebugRaisePropertyMask|0|UINT8|0x0000001b

## This flag is used to control the print out Debug message.<BR><BR>
# BIT0 - Initialization message.<BR>
Expand Down

0 comments on commit dbebb53

Please sign in to comment.