X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c362709a1e2b0252cffbf1633f7cce41fea4d769..23a94a7181a0773431b3ea5dbcddab9e06010391:/LUFA/Common/Common.h diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 14473cddc..76307d7e9 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -111,7 +111,7 @@ "Assertion \"%s\" failed.\r\n"), \ __FILE__, __func__, __LINE__, #x); } \ }MACROE - + /* Inline Functions: */ /** Function to reverse the individual bits in a byte - i.e. bit 7 is moved to bit 0, bit 6 to bit 1, * etc.