diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-03 19:09:37 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-02-03 19:09:37 +0000 |
| commit | 69ac598204b7bcc27281c2ec59412ef259ff331b (patch) | |
| tree | 5e65caf8aa0482bf326b889df270205cd8cc48a3 /LUFA/Common/Common.h | |
| parent | 053758478f7b1759e56abaa4d414f98b776ab519 (diff) | |
Minor documentation fixes.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2019 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/Common.h')
| -rw-r--r-- | LUFA/Common/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 6f9936af..cb0f5f30 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -212,7 +212,7 @@ * * \param Name Unique name of the interrupt service routine. */ - #define ISR(Name, ...) void Name (void) __attribute__((__interrupt__)) __VA_ARGS__; void Name (void) + #define ISR(Name, ...) void Name (void) __attribute__((__interrupt__)) __VA_ARGS__; void Name (void) #endif /* Inline Functions: */ |
