projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed inability to enumerate any devices while in host mode (broken in a previous...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
DevChapter9.c
diff --git
a/LUFA/Drivers/USB/LowLevel/DevChapter9.c
b/LUFA/Drivers/USB/LowLevel/DevChapter9.c
index
f02d32b
..
f02bb56
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/DevChapter9.c
+++ b/
LUFA/Drivers/USB/LowLevel/DevChapter9.c
@@
-165,7
+165,7
@@
static void USB_Device_SetConfiguration(void)
\r
void USB_Device_GetConfiguration(void)
\r
{
\r
\r
void USB_Device_GetConfiguration(void)
\r
{
\r
- Endpoint_ClearSETUP();
\r
+ Endpoint_ClearSETUP();
\r
\r
Endpoint_Write_Byte(USB_ConfigurationNumber);
\r
\r
\r
Endpoint_Write_Byte(USB_ConfigurationNumber);
\r
\r