aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Host.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-03-09 13:22:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-03-09 13:22:51 +0000
commit92418433a505cdf1db0162cea2bdb22a99014ebb (patch)
tree3b447b893dfc50d6802106a2101dd4922647d159 /LUFA/Drivers/USB/LowLevel/Host.c
parentce260ae786326b9f1e476fa3e580ecf9176889c2 (diff)
downloadlufa-92418433a505cdf1db0162cea2bdb22a99014ebb.tar.gz
lufa-92418433a505cdf1db0162cea2bdb22a99014ebb.tar.bz2
lufa-92418433a505cdf1db0162cea2bdb22a99014ebb.zip
Fix incorrect LED mask name in the Webserver project.
Fix missing text from the Host Mode States enum documentation.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/Host.c')
-rw-r--r--LUFA/Drivers/USB/LowLevel/Host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/LowLevel/Host.c b/LUFA/Drivers/USB/LowLevel/Host.c
index e227fd194..e43972ac9 100644
--- a/LUFA/Drivers/USB/LowLevel/Host.c
+++ b/LUFA/Drivers/USB/LowLevel/Host.c
@@ -309,7 +309,7 @@ uint8_t USB_Host_GetDeviceDescriptor(void* const DeviceDescriptorPtr)
return USB_Host_SendControlRequest(DeviceDescriptorPtr);
}
-uint8_t USB_Host_GetDeviceStringDescriptor(uint8_t Index, void* const Buffer, uint8_t BufferLength)
+uint8_t USB_Host_GetDeviceStringDescriptor(const uint8_t Index, void* const Buffer, const uint8_t BufferLength)
{
USB_ControlRequest = (USB_Request_Header_t)
{