aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/FunctionAttributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Common/FunctionAttributes.h')
-rw-r--r--LUFA/Common/FunctionAttributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Common/FunctionAttributes.h b/LUFA/Common/FunctionAttributes.h
index f86e3d949..61246b8ac 100644
--- a/LUFA/Common/FunctionAttributes.h
+++ b/LUFA/Common/FunctionAttributes.h
@@ -59,7 +59,7 @@
/* Public Interface - May be used in end-application: */
/* Macros: */
- #if __GNUC__ >= 3
+ #if (__GNUC__ >= 3) || defined(__DOXYGEN__)
/** Indicates to the compiler that the function can not ever return, so that any stack restoring or
* return code may be omitted by the compiler in the resulting binary.
*/