Fix REL build, part 2.

svn path=/trunk/; revision=45539
This commit is contained in:
Dmitry Gorbachev 2010-02-09 20:21:54 +00:00
parent cca78c7b11
commit e815fe376b

View file

@ -277,6 +277,8 @@ VOID Rs232PortPutByte(UCHAR ByteToSend)
WRITE_PORT_UCHAR (SER_THR(Rs232PortBase), ByteToSend); WRITE_PORT_UCHAR (SER_THR(Rs232PortBase), ByteToSend);
} }
#endif /* DBG */
BOOLEAN Rs232PortInUse(ULONG Base) BOOLEAN Rs232PortInUse(ULONG Base)
{ {
#if DBG #if DBG
@ -286,5 +288,4 @@ BOOLEAN Rs232PortInUse(ULONG Base)
#endif #endif
} }
#endif /* DBG */ #endif /* not _M_ARM */
#endif