projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added HID class bootloader, compatible with a modified version of the command line...
[pub/USBasp.git]
/
LUFA
/
Common
/
Attributes.h
diff --git
a/LUFA/Common/Attributes.h
b/LUFA/Common/Attributes.h
index
0785281
..
67a3166
100644
(file)
--- a/
LUFA/Common/Attributes.h
+++ b/
LUFA/Common/Attributes.h
@@
-73,9
+73,9
@@
*/
#define ATTR_WARN_UNUSED_RESULT __attribute__ ((warn_unused_result))
*/
#define ATTR_WARN_UNUSED_RESULT __attribute__ ((warn_unused_result))
- /** Indicates that the specified parameters of the function are pointers which should never be NULL.
+ /** Indicates that the specified parameters of the function are pointers which should never be
\c
NULL.
* When applied as a 1-based comma separated list the compiler will emit a warning if the specified
* When applied as a 1-based comma separated list the compiler will emit a warning if the specified
- * parameters are known at compiler time to be NULL at the point of calling the function.
+ * parameters are known at compiler time to be
\c
NULL at the point of calling the function.
*/
#define ATTR_NON_NULL_PTR_ARG(...) __attribute__ ((nonnull (__VA_ARGS__)))
*/
#define ATTR_NON_NULL_PTR_ARG(...) __attribute__ ((nonnull (__VA_ARGS__)))