mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:52:07 +00:00
[KDCOM]
Improve a debug print svn path=/trunk/; revision=53684
This commit is contained in:
parent
36386adb24
commit
2aa7014184
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ KdpPortInitialize()
|
|||
{
|
||||
ULONG Mode;
|
||||
|
||||
KDDBGPRINT("KdpPortInitialize\n");
|
||||
KDDBGPRINT("KdpPortInitialize, Port = COM%ld\n", ComPortNumber);
|
||||
|
||||
/* Enable loop mode (set Bit 4 of the MCR) */
|
||||
WRITE_PORT_UCHAR(ComPortBase + COM_MCR, MCR_LOOP);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue