More XMEGA USB AVR device port work - re-add missing Endpoint stream functions, remov...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / XMEGA / Endpoint_XMEGA.h
index c444433..3ed603d 100644 (file)
 \r
                        #define ENDPOINT_DETAILS_MAXEP                 16\r
 \r
-               /* Inline Functions: */\r
-                       static inline uint8_t Endpoint_BytesToEPSizeMask(const uint16_t Bytes) ATTR_WARN_UNUSED_RESULT ATTR_CONST\r
-                                                                                              ATTR_ALWAYS_INLINE;\r
-                       static inline uint8_t Endpoint_BytesToEPSizeMask(const uint16_t Bytes)\r
-                       {\r
-                               return 0; // TODO\r
-                       }\r
-\r
                /* Function Prototypes: */\r
                        void Endpoint_ClearEndpoints(void);\r
                        bool Endpoint_ConfigureEndpoint_Prv(const uint8_t Number,\r