Modules/USB - Cleaning up protocol code, working on device API
[tpg/acess2.git] / Modules / USB / Core / usb.h
index 9f4384d..8759ee1 100644 (file)
@@ -34,9 +34,7 @@ struct sUSBEndpoint
         int    PollingPeriod;  // In 1ms intervals
         int    MaxPacketSize;  // In bytes
 
-       char    Direction;      // 1 Polled Input, 0 Output
-       
-       Uint8   Type;   // Same as sDescriptor_Endpoint.Type
+       Uint8   Type;   // Same as sUSBDriver.Endpoints.Type
 };
 
 /**

UCC git Repository :: git.ucc.asn.au