Remove redundant Doxygen guards from the internal preprocessor definitions.
[pub/USBasp.git] / LUFA / Drivers / Peripheral / SPI.h
index 3fdc69d..352c9f2 100644 (file)
@@ -58,9 +58,7 @@
 #define __SPI_H__
 
        /* Macros: */
-               #if !defined(__DOXYGEN__)
-                       #define __INCLUDE_FROM_SPI_H
-               #endif
+               #define __INCLUDE_FROM_SPI_H
 
        /* Includes: */
                #include "../../Common/Common.h"