Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
fde181a8
Commit
fde181a8
authored
Apr 08, 2012
by
Dean Camera
Browse files
Minor documentation improvements.
parent
60d724e3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
LUFA.pnproj
View file @
fde181a8
This diff is collapsed.
Click to expand it.
LUFA/Common/Common.h
View file @
fde181a8
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment