projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor makefile fixes - add phony targets, remove silence switch from the root makefil...
[pub/USBasp.git]
/
LUFA
/
Platform
/
UC3
/
InterruptManagement.h
diff --git
a/LUFA/Platform/UC3/InterruptManagement.h
b/LUFA/Platform/UC3/InterruptManagement.h
index
49bdaf8
..
7441a30
100644
(file)
--- a/
LUFA/Platform/UC3/InterruptManagement.h
+++ b/
LUFA/Platform/UC3/InterruptManagement.h
@@
-93,7
+93,7
@@
/* Public Interface - May be used in end-application: */
/* Macros: */
/* Public Interface - May be used in end-application: */
/* Macros: */
- /** Converts a given interrupt index into its assocated interrupt group.
+ /** Converts a given interrupt index into its assoc
i
ated interrupt group.
*
* \param[in] IRQIndex Index of the interrupt request to convert.
*
*
* \param[in] IRQIndex Index of the interrupt request to convert.
*
@@
-101,7
+101,7
@@
*/
#define INTC_IRQ_GROUP(IRQIndex) (IRQIndex / 32)
*/
#define INTC_IRQ_GROUP(IRQIndex) (IRQIndex / 32)
- /** Converts a given interrupt index into its assocated interrupt line.
+ /** Converts a given interrupt index into its assoc
i
ated interrupt line.
*
* \param[in] IRQIndex Index of the interrupt request to convert.
*
*
* \param[in] IRQIndex Index of the interrupt request to convert.
*