projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Host.h
diff --git
a/LUFA/Drivers/USB/LowLevel/Host.h
b/LUFA/Drivers/USB/LowLevel/Host.h
index
2a40a1d
..
26e2d76
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Host.h
+++ b/
LUFA/Drivers/USB/LowLevel/Host.h
@@
-199,7
+199,7
@@
*
\r
* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum to indicate the result.
\r
*/
\r
*
\r
* \return A value from the \ref USB_Host_SendControlErrorCodes_t enum to indicate the result.
\r
*/
\r
- uint8_t USB_Host_GetDeviceDescriptor(
USB_Descriptor_Device_t
* DeviceDescriptorPtr);
\r
+ uint8_t USB_Host_GetDeviceDescriptor(
void
* DeviceDescriptorPtr);
\r
\r
/** Clears a stall condition on the given pipe, via a ClearFeature request to the attached device.
\r
*
\r
\r
/** Clears a stall condition on the given pipe, via a ClearFeature request to the attached device.
\r
*
\r