X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7b0cebc1d7c3fe55fa10acb66de60e52c2478195..f670bdeff83ee519b67c661cbe794d787c2a5403:/LUFA/Common/Common.h diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index e349063da..1fc47e0eb 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -257,7 +257,7 @@ * * \param Name Unique name of the interrupt service routine. */ - #define ISR(Name, ...) void Name (void) __attribute__((__interrupt__)); void Name (void) + #define ISR(Name, ...) void Name (void) __attribute__((__interrupt__)) __VA_ARGS__; void Name (void) #endif /* Inline Functions: */