X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/c362709a1e2b0252cffbf1633f7cce41fea4d769..b522e35965ab19206ab76f83026fb42f052a2d92:/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.