aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/MissileLauncher/ConfigDescriptor.c
diff options
context:
space:
mode:
authorLászló Monda <laci@monda.hu>2014-01-05 00:21:15 +0100
committerDean Camera <dean@fourwalledcubicle.com>2014-01-08 10:36:19 +1100
commitdeb1675f84aa96395845012a39513b69bc2ccb36 (patch)
tree380350d723fbaf7723aa1da65c2aa623bfa88dca /Projects/MissileLauncher/ConfigDescriptor.c
parent28cadf077e8dcbb5819f72110d7ca3eb3b0bc0f1 (diff)
downloadlufa-deb1675f84aa96395845012a39513b69bc2ccb36.tar.gz
lufa-deb1675f84aa96395845012a39513b69bc2ccb36.tar.bz2
lufa-deb1675f84aa96395845012a39513b69bc2ccb36.zip
Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.
Diffstat (limited to 'Projects/MissileLauncher/ConfigDescriptor.c')
-rw-r--r--Projects/MissileLauncher/ConfigDescriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/MissileLauncher/ConfigDescriptor.c b/Projects/MissileLauncher/ConfigDescriptor.c
index d86467029..a90e25548 100644
--- a/Projects/MissileLauncher/ConfigDescriptor.c
+++ b/Projects/MissileLauncher/ConfigDescriptor.c
@@ -82,7 +82,7 @@ uint8_t ProcessConfigurationDescriptor(void)
/* Get the next HID interface from the configuration descriptor */
if (USB_GetNextDescriptorComp(&CurrConfigBytesRem, &CurrConfigLocation,
- DComp_NextHIDInterface) != DESCRIPTOR_SEARCH_COMP_Found)
+ DComp_NextHIDInterface) != DESCRIPTOR_SEARCH_COMP_Found)
{
/* Descriptor not found, error out */
return NoCompatibleInterfaceFound;