X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/413438eb2330e8b2d9606a2936a169c9dd7916de..e9029d49d5455ec146d2e87436d43d747d6c657a:/LUFA/Common/Common.h diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index e9faf7af4..a94850497 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -220,6 +220,8 @@ * 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)