forked from xt-sys/exectos
Print COM port address properly
This commit is contained in:
parent
7496fa324e
commit
bff460a879
@ -229,7 +229,7 @@ BlComPortInitialize()
|
|||||||
/* Print debug message depending on port settings */
|
/* Print debug message depending on port settings */
|
||||||
if(PortAddress)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user