projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git]
/
LUFA
/
Common
/
FunctionAttributes.h
diff --git
a/LUFA/Common/FunctionAttributes.h
b/LUFA/Common/FunctionAttributes.h
index
cd40673
..
9efa440
100644
(file)
--- a/
LUFA/Common/FunctionAttributes.h
+++ b/
LUFA/Common/FunctionAttributes.h
@@
-37,6
+37,14
@@
* \note Do not include this file directly, rather include the Common.h header file instead to gain this file's
\r
* functionality.
\r
*/
\r
* \note Do not include this file directly, rather include the Common.h header file instead to gain this file's
\r
* functionality.
\r
*/
\r
+
\r
+/** \ingroup Group_Common
\r
+ * @defgroup Group_FuncAttr Function Attributes
\r
+ *
\r
+ * Macros for easy access GCC function attributes, which can be applied to function prototypes.
\r
+ *
\r
+ * @{
\r
+ */
\r
\r
#ifndef __FUNCATTR_H__
\r
#define __FUNCATTR_H__
\r
\r
#ifndef __FUNCATTR_H__
\r
#define __FUNCATTR_H__
\r
@@
-108,3
+116,5
@@
#define ATTR_ALIAS(x) __attribute__ ((alias( #x )))
\r
\r
#endif
\r
#define ATTR_ALIAS(x) __attribute__ ((alias( #x )))
\r
\r
#endif
\r
+
\r
+/** @} */
\r