mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[CPORT]: We shouldn't be DPRINT1'ing from the library designed to DPRINT...
svn path=/trunk/; revision=59912
This commit is contained in:
parent
7c164e2686
commit
0b45497394
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ CpGetByte(IN PCPPORT Port,
|
|||
if (Port->Flags & CPPORT_FLAG_MODEM_CONTROL)
|
||||
{
|
||||
/* Not implemented yet */
|
||||
DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
|
||||
//DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
|
||||
}
|
||||
|
||||
/* Byte was read */
|
||||
|
@ -311,7 +311,7 @@ CpPutByte(IN PCPPORT Port,
|
|||
if (Port->Flags & CPPORT_FLAG_MODEM_CONTROL) // To be removed when this becomes implemented.
|
||||
{
|
||||
/* Not implemented yet */
|
||||
DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
|
||||
//DPRINT1("CP: CPPORT_FLAG_MODEM_CONTROL unexpected\n");
|
||||
}
|
||||
|
||||
/* Wait for LSR to say we can go ahead */
|
||||
|
|
Loading…
Reference in a new issue