fix compilation warning

This commit is contained in:
Vadim Rozenfeld 2014-01-02 20:47:56 +11:00
parent 10be00160d
commit f15bf992ca

View File

@ -659,7 +659,7 @@ void DebugPrintFuncSerial(const char *format, ...)
} }
if (len) if (len)
{ {
WRITE_PORT_BUFFER_UCHAR(RHEL_DEBUG_PORT, (PUCHAR)buf, len); WRITE_PORT_BUFFER_UCHAR(RHEL_DEBUG_PORT, (PUCHAR)buf, (ULONG)len);
WRITE_PORT_UCHAR(RHEL_DEBUG_PORT, '\r'); WRITE_PORT_UCHAR(RHEL_DEBUG_PORT, '\r');
} }
} }