Print COM port address properly
Tous les contrôles ont réussi
ci/woodpecker/push/build Pipeline was successful

Cette révision appartient à :
2023-01-11 23:29:27 +01:00
Parent 7496fa324e
révision bff460a879

Voir le fichier

@@ -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
{ {