forked from mfulz_github/qmk_firmware
Minor documentation improvements.
This commit is contained in:
parent
60d724e398
commit
fde181a830
File diff suppressed because one or more lines are too long
|
@ -219,7 +219,7 @@
|
||||||
*
|
*
|
||||||
* \ingroup Group_GlobalInt
|
* \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)
|
#define ISR(Name, ...) void Name (void) __attribute__((__interrupt__)) __VA_ARGS__; void Name (void)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue