X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2FCore%2Fusb.h;h=8759ee1de3d40e84ad42d65a8e8be3323ed4b449;hb=3e39f3e998538521830c10da09fe14c7a7dc66bd;hp=9f4384d952a4d9728e93b7035dabe34f5f4ed430;hpb=1352659ea47c594347a84dac566a4123580ddd56;p=tpg%2Facess2.git diff --git a/Modules/USB/Core/usb.h b/Modules/USB/Core/usb.h index 9f4384d9..8759ee1d 100644 --- a/Modules/USB/Core/usb.h +++ b/Modules/USB/Core/usb.h @@ -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 }; /**