Removed the automated checking of event names in the demo, project and bootloader...
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / Pipe.h
index 05e393e..da296dc 100644 (file)
                                #define ENDPOINT_CONTROLEP         0
                        #endif
                        
-                       #define Pipe_AllocateMemory()          MACROS{ UPCFG1X |=  (1 << ALLOC); }MACROE
-                       #define Pipe_DeallocateMemory()        MACROS{ UPCFG1X &= ~(1 << ALLOC); }MACROE
-
                /* Function Prototypes: */
                        void Pipe_ClearPipes(void);