Migrate HL subsystem to C++
This commit is contained in:
@@ -171,5 +171,5 @@ KdpSerialWriteCharacter(WCHAR Character)
|
||||
/* Write character to the serial console */
|
||||
Buffer[0] = Character;
|
||||
Buffer[1] = 0;
|
||||
return HlComPortPutByte(&KdpSerialPort, Buffer[0]);
|
||||
return HlWriteComPort(&KdpSerialPort, Buffer[0]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user