Fix build and Doxygen errors.
[pub/USBasp.git] / Demos / Host / LowLevel / RNDISEthernetHost / Lib / RNDISCommands.c
index bde6250..9916bac 100644 (file)
@@ -43,7 +43,7 @@ uint32_t RequestID = 0;
 /** Function to send the given encapsulated RNDIS command to the device.\r
  *\r
  *  \param[in] Buffer  Source command data buffer to send to the device\r
- *  \param[in] Bytes   Number of bytes to send\r
+ *  \param[in] Length   Number of bytes to send\r
  *\r
  *  \return A value from the USB_Host_SendControlErrorCodes_t enum\r
  */\r
@@ -67,7 +67,7 @@ uint8_t RNDIS_SendEncapsulatedCommand(void* Buffer, uint16_t Length)
 /** Function to receive the given encapsulated RNDIS response from the device.\r
  *\r
  *  \param[out] Buffer  Destination command data buffer to write read data from the device to\r
- *  \param[in] Bytes   Number of bytes to read\r
+ *  \param[in] Length   Number of bytes to read\r
  *\r
  *  \return A value from the USB_Host_SendControlErrorCodes_t enum\r
  */\r