X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ae91ccc048a1b40e671f9d75158c474624937617..0a00ee403732be3925bf68c755823b93dfb3169d:/LUFA/Common/Common.h?ds=inline diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 0ec11113b..871998dc4 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -219,7 +219,7 @@ * * \ingroup Group_GlobalInt * - * \param Name Unique name of the interrupt service routine. + * \param[in] Name Unique name of the interrupt service routine. */ #define ISR(Name, ...) void Name (void) __attribute__((__interrupt__)) __VA_ARGS__; void Name (void) #endif