diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-11-24 01:31:31 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-11-24 01:31:31 +0000 |
| commit | 4a750900ea828109bfdf195b09f8884a50f8fd60 (patch) | |
| tree | 921ffed6c58a2d54741c54874276798f1577fb9b /Demos/Host/LowLevel/AndroidAccessoryHost/ConfigDescriptor.h | |
| parent | 00d13f8060021fc75a9d806480d75b366f289998 (diff) | |
Convert the LowLevel AndroidAccessory demo to use the new class driver constants to reduce code duplication.
Add missing Doxygen documentation.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1989 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/AndroidAccessoryHost/ConfigDescriptor.h')
| -rw-r--r-- | Demos/Host/LowLevel/AndroidAccessoryHost/ConfigDescriptor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Demos/Host/LowLevel/AndroidAccessoryHost/ConfigDescriptor.h b/Demos/Host/LowLevel/AndroidAccessoryHost/ConfigDescriptor.h index b63cbe4b..3ec4b78e 100644 --- a/Demos/Host/LowLevel/AndroidAccessoryHost/ConfigDescriptor.h +++ b/Demos/Host/LowLevel/AndroidAccessoryHost/ConfigDescriptor.h @@ -42,10 +42,6 @@ /* Macros: */ #define ANDROID_DATA_IN_PIPE 1 #define ANDROID_DATA_OUT_PIPE 2 - - #define ANDROID_INTERFACE_CLASS 0xFF - #define ANDROID_INTERFACE_SUBCLASS 0xFF - #define ANDROID_INTERFACE_PROTOCOL 0x00 /* Enums: */ /** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */ |
