diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-15 16:45:26 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-15 16:45:26 +0000 |
commit | f4710f6f8653219b432f3a843ce117d4f4c136fd (patch) | |
tree | c344d4bed57017544229bfce9e195d1e5de2394c /LUFA/Drivers/USB/LowLevel/Endpoint.h | |
parent | dfe50ff34970eda173cafbb3d636a5f7bedc87bd (diff) | |
download | lufa-f4710f6f8653219b432f3a843ce117d4f4c136fd.tar.gz lufa-f4710f6f8653219b432f3a843ce117d4f4c136fd.tar.bz2 lufa-f4710f6f8653219b432f3a843ce117d4f4c136fd.zip |
Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.
Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/Endpoint.h')
-rw-r--r-- | LUFA/Drivers/USB/LowLevel/Endpoint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Endpoint.h b/LUFA/Drivers/USB/LowLevel/Endpoint.h index daf3d814b..8ed794d19 100644 --- a/LUFA/Drivers/USB/LowLevel/Endpoint.h +++ b/LUFA/Drivers/USB/LowLevel/Endpoint.h @@ -1194,9 +1194,6 @@ /* Private Interface - For use in library only: */ #if !defined(__DOXYGEN__) /* Macros: */ - #define Endpoint_AllocateMemory() MACROS{ UECFG1X |= (1 << ALLOC); }MACROE - #define Endpoint_DeallocateMemory() MACROS{ UECFG1X &= ~(1 << ALLOC); }MACROE - #define _ENDPOINT_GET_MAXSIZE(n) _ENDPOINT_GET_MAXSIZE2(ENDPOINT_DETAILS_EP ## n) #define _ENDPOINT_GET_MAXSIZE2(details) _ENDPOINT_GET_MAXSIZE3(details) #define _ENDPOINT_GET_MAXSIZE3(maxsize, db) maxsize |