diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-01 04:30:21 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-04-01 04:30:21 +0000 |
commit | fd96b288824caaa3ee4e5e03887f016de9df80cf (patch) | |
tree | 05e97d04d4a40f80218e304226e5613ed3106369 /Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h | |
parent | a2e6d54336144f7fa3cc1d77f887cc9e20631771 (diff) | |
download | lufa-fd96b288824caaa3ee4e5e03887f016de9df80cf.tar.gz lufa-fd96b288824caaa3ee4e5e03887f016de9df80cf.tar.bz2 lufa-fd96b288824caaa3ee4e5e03887f016de9df80cf.zip |
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.
Diffstat (limited to 'Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h')
-rw-r--r-- | Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h b/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h index a7a734134..69753aba7 100644 --- a/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/MouseHostWithParser/ConfigDescriptor.h @@ -47,10 +47,7 @@ /** Interface Protocol value for a Boot Protocol Mouse compliant device */
#define MOUSE_PROTOCOL 0x02
-
- /** Maximum size of a device configuration descriptor which can be processed by the host, in bytes */
- #define MAX_CONFIG_DESCRIPTOR_SIZE 512
-
+
/** Descriptor header type constant for a HID descriptor */
#define DTYPE_HID 0x21
|