Print COM port address properly
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
7496fa324e
commit
bff460a879
@ -229,7 +229,7 @@ BlComPortInitialize()
|
||||
/* Print debug message depending on port settings */
|
||||
if(PortAddress)
|
||||
{
|
||||
BlEfiPrint(L"Initializing serial console at COM port address: %lx\n", PortAddress);
|
||||
BlEfiPrint(L"Initializing serial console at COM port address: 0x%lx\n", PortAddress);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user