diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-04-01 04:30:21 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-04-01 04:30:21 +0000 |
| commit | c8cb6cfa24eea51b09b54acc3912cc95b75a0806 (patch) | |
| tree | 05e97d04d4a40f80218e304226e5613ed3106369 /Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h | |
| parent | 9377590d44a47f83e964b71f28a8e7814e33b31f (diff) | |
More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing.
Remove unused macro in the host mode demos for the maximum Configuration Descriptor size.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1192 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h')
| -rw-r--r-- | Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h index 1b3b1385..b65ac0d2 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.h @@ -59,9 +59,6 @@ /** Interface Class value for the CDC data protocol */
#define CDC_DATA_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. */
|
