1
0
원본 프로젝트 : xt-sys/exectos

Print COM port address properly

This commit is contained in:
2023-01-11 23:29:27 +01:00
부모 7496fa324e
커밋 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
{