X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/359fbfe14d00ab378f85a36664820ea9ba538c3f..b9f3ff39a41c5dea00a651b7efe75f0f15a71ed1:/LUFA/Drivers/USB/Core/Pipe.h diff --git a/LUFA/Drivers/USB/Core/Pipe.h b/LUFA/Drivers/USB/Core/Pipe.h index faa803b6d..14f59b8b5 100644 --- a/LUFA/Drivers/USB/Core/Pipe.h +++ b/LUFA/Drivers/USB/Core/Pipe.h @@ -105,7 +105,7 @@ { uint8_t Address; /**< Address of the pipe to configure, or zero if the table entry is to be unused. */ uint16_t Size; /**< Size of the pipe bank, in bytes. */ - uint8_t EndpointAddress; /** Address of the endpoint in the connected device. */ + uint8_t EndpointAddress; /**< Address of the endpoint in the connected device. */ uint8_t Type; /**< Type of the endpoint, a \c EP_TYPE_* mask. */ uint8_t Banks; /**< Number of hardware banks to use for the pipe. */ } USB_Pipe_Table_t;