diff options
Diffstat (limited to 'Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h')
-rw-r--r-- | Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h b/Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h index 1e0ea2cd9..548d52694 100644 --- a/Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/MIDIHost/ConfigDescriptor.h @@ -50,9 +50,6 @@ /** Interface Class value for the MIDI Audio Streaming protocol */
#define MIDI_STREAMING_PROTOCOL 0x00
-
- /** Maximum size of a device configuration descriptor which can be processed by the host, in bytes */
- #define MAX_CONFIG_DESCRIPTOR_SIZE 512
/* Enums: */
/** Enum for the possible return codes of the ProcessConfigurationDescriptor() function. */
|