Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and...
[pub/USBasp.git] / Demos / Host / LowLevel / MassStorageHost / ConfigDescriptor.h
index 6c0b8e6..e51faa4 100644 (file)
@@ -37,7 +37,7 @@
 #define _CONFIGDESCRIPTOR_H_\r
 \r
        /* Includes: */\r
-               #include <LUFA/Drivers/USB/USB.h>                        // USB Functionality\r
+               #include <LUFA/Drivers/USB/USB.h>\r
                \r
                #include "MassStorageHost.h"\r
                \r
@@ -69,7 +69,7 @@
        /* Function Prototypes: */\r
                uint8_t ProcessConfigurationDescriptor(void);   \r
 \r
-               uint8_t DComp_NextMassStorageInterface(void* CurrentDescriptor);\r
-               uint8_t DComp_NextInterfaceBulkDataEndpoint(void* CurrentDescriptor);\r
+               uint8_t DComp_NextMSInterface(void* CurrentDescriptor);\r
+               uint8_t DComp_NextMSInterfaceBulkDataEndpoint(void* CurrentDescriptor);\r
                \r
 #endif\r