Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
32086e4f
Commit
32086e4f
authored
Jul 16, 2009
by
Dean Camera
Browse files
Fix small error in last commit preventing compilation in some circumstances.
parent
37f8a84f
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Drivers/USB/LowLevel/DevChapter9.c
View file @
32086e4f
...
...
@@ -144,8 +144,9 @@ static void USB_Device_SetConfiguration(void)
if
(
CALLBACK_USB_GetDescriptor
((
DTYPE_Device
<<
8
),
0
,
(
void
*
)
&
DevDescriptorPtr
#if !defined(USE_FLASH_DESCRIPTORS) && !defined(USE_EEPROM_DESCRIPTORS) && !defined(USE_RAM_DESCRIPTORS)
,
&
MemoryAddressSpace
)
==
NO_DESCRIPTOR
)
,
&
MemoryAddressSpace
#endif
)
==
NO_DESCRIPTOR
)
{
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment