aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-03-15 09:22:39 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-03-15 09:22:39 +0000
commit5eb1862d542418864ce4915b924eaef42201a677 (patch)
tree509e972dd59f439255e821b60bb69a386e311f57 /LUFA/Common
parent134e018b21df179313c818ec63d6fcd2cce5e5e7 (diff)
downloadlufa-5eb1862d542418864ce4915b924eaef42201a677.tar.gz
lufa-5eb1862d542418864ce4915b924eaef42201a677.tar.bz2
lufa-5eb1862d542418864ce4915b924eaef42201a677.zip
Remove redundant Doxygen guards from the internal preprocessor definitions.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/Common.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index 1d81d481e..b7d564aa3 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -53,9 +53,7 @@
#define __LUFA_COMMON_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
- #define __INCLUDE_FROM_COMMON_H
- #endif
+ #define __INCLUDE_FROM_COMMON_H
/* Includes: */
#include <stdint.h>