diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-10-08 07:00:44 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-10-08 07:00:44 +0000 |
| commit | 2f176c7b8f3fe151022b13791ba8f19204dabcd7 (patch) | |
| tree | f63699f277ed035c857193d28ae5a4816faa1563 /Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h | |
| parent | 0c26931e3c08cac57c4dc6fa1695fa7e8b4d257f (diff) | |
Add new MIDIHost LowLevel demo application.
Make unfinished device mode applications use the VID/PID reserved for LUFA development devices.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@861 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h')
| -rw-r--r-- | Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h b/Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h index 6c0b8e6f..2f311a5b 100644 --- a/Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/MassStorageHost/ConfigDescriptor.h @@ -69,7 +69,7 @@ /* Function Prototypes: */
uint8_t ProcessConfigurationDescriptor(void);
- uint8_t DComp_NextMassStorageInterface(void* CurrentDescriptor);
- uint8_t DComp_NextInterfaceBulkDataEndpoint(void* CurrentDescriptor);
+ uint8_t DComp_NextMSInterface(void* CurrentDescriptor);
+ uint8_t DComp_NextMSInterfaceBulkDataEndpoint(void* CurrentDescriptor);
#endif
|
