Fix inverted bit-banged USART logic in the AVRISP project for PDI programming. Add...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Endpoint.h
index 8ff9306..ef23253 100644 (file)
                                 */\r
                                static inline void Endpoint_SetEndpointDirection(uint8_t DirectionMask);\r
                        #else\r
-                               #if defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR) || defined(__DOXYGEN__)\r
+                               #if defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR)\r
                                        #define Endpoint_BytesInEndpoint()        UEBCX\r
                                #elif defined(USB_SERIES_4_AVR)\r
                                        #define Endpoint_BytesInEndpoint()        (((uint16_t)UEBCHX << 8) | UEBCLX)                            \r