projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clarify in the documentation that the Audio demos and driver is for the Audio 1.0...
[pub/lufa.git]
/
LUFA
/
Common
/
Common.h
diff --git
a/LUFA/Common/Common.h
b/LUFA/Common/Common.h
index
3505859
..
e939b66
100644
(file)
--- a/
LUFA/Common/Common.h
+++ b/
LUFA/Common/Common.h
@@
-80,7
+80,7
@@
#define MACROE while (0)
/** Defines a volatile NOP statement which cannot be optimized out by the compiler, and thus can always
#define MACROE while (0)
/** Defines a volatile NOP statement which cannot be optimized out by the compiler, and thus can always
- * be set as a breakpoint in the resulting code. Useful for debugging purposes, where the optimi
z
er
+ * be set as a breakpoint in the resulting code. Useful for debugging purposes, where the optimi
s
er
* removes/reorders code to the point where break points cannot reliably be set.
*
* \ingroup Group_Debugging
* removes/reorders code to the point where break points cannot reliably be set.
*
* \ingroup Group_Debugging