Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.
[pub/lufa.git] / LUFA / Common / Common.h
index e9faf7a..a948504 100644 (file)
                         *  etc.
                         *
                         *  \param[in] Byte  Byte of data whose bits are to be reversed.
+                        *
+                        *  \return Input data with the individual bits reversed (mirrored).
                         */
                        static inline uint8_t BitReverse(uint8_t Byte) ATTR_WARN_UNUSED_RESULT ATTR_CONST;
                        static inline uint8_t BitReverse(uint8_t Byte)