Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing...
[pub/lufa.git] / LUFA / Drivers / USB / Core / AVR8 / Pipe_AVR8.h
index 277e282..308bd34 100644 (file)
                         */
                        #define PIPE_TOKEN_OUT                  (2 << PTOKEN0)
                        //@}
-                       
+
                        /** \name Pipe Bank Mode Masks */
                        //@{
                        /** Mask for the bank mode selection for the \ref Pipe_ConfigurePipe() macro. This indicates that the pipe
                                                   PIPE_ERRORFLAG_DATATGL)) |
                                        (UPSTAX & (PIPE_ERRORFLAG_OVERFLOW | PIPE_ERRORFLAG_UNDERFLOW)));
                        }
-                       
+
                        /** Retrieves the number of busy banks in the currently selected pipe, which have been queued for
                         *  transmission via the \ref Pipe_ClearOUT() command, or are awaiting acknowledgement via the
                         *  \ref Pipe_ClearIN() command.