From 69dc32c5f01e8640c1bdf83df3a2a7699ea54560 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 16 Jun 2010 11:46:42 +0000 Subject: Fix compile and Doxygen errors due to the spell-check changes in the source code. --- Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Demos/Device/ClassDriver') diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h index b5152b312..ac144150c 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/TCP.h @@ -101,9 +101,7 @@ * * \return Boolean true if the buffer has been captured by the application for device-to-host transmissions, false otherwise */ - #define TCP_APP_HAVE_CAPTURED_BUFFER(Buffer) (!(Buffer->Ready) && Buffer->InUse && \ - - (Buffer->Direction == TCP_PACKETDIR_OUT)) + #define TCP_APP_HAVE_CAPTURED_BUFFER(Buffer) (!(Buffer->Ready) && Buffer->InUse && (Buffer->Direction == TCP_PACKETDIR_OUT)) /** Application macro: Indicates if the application can lock the buffer for multiple continued device-to-host transmissions. * -- cgit v1.2.3