Skip to content

Commit

Permalink
TCBZ3616 EmbeddedPkg: Fix multiple 64->32 conversion errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Barkelew authored and apop5 committed Jul 29, 2024
1 parent d41d3eb commit 0402b56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
#include <Protocol/DebugPort.h>

EFI_DEBUGPORT_PROTOCOL *gDebugPort = NULL;
UINT32 gTimeOut = 0;
// UINTN gTimeOut = 0; // MU_CHANGE TCBZ3616
UINT32 gTimeOut = 0; // MU_CHANGE TCBZ3616

/**
The constructor function initializes the UART.
Expand Down

0 comments on commit 0402b56

Please sign in to comment.