aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/Serial.h
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/Drivers/Peripheral/Serial.h
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/Drivers/Peripheral/Serial.h')
-rw-r--r--LUFA/Drivers/Peripheral/Serial.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/Serial.h
index addee07e4..856c54bc7 100644
--- a/LUFA/Drivers/Peripheral/Serial.h
+++ b/LUFA/Drivers/Peripheral/Serial.h
@@ -58,9 +58,7 @@
#define __SERIAL_H__
/* Macros: */
- #if !defined(__DOXYGEN__)
- #define __INCLUDE_FROM_SERIAL_H
- #endif
+ #define __INCLUDE_FROM_SERIAL_H
/* Includes: */
#include "../../Common/Common.h"