Skip to content
Snippets Groups Projects
Commit c704131b authored by Dean Camera's avatar Dean Camera
Browse files

Fix interface protocol match value for the Android Accessory Host demo...

Fix interface protocol match value for the Android Accessory Host demo interface configuration parser code (thanks to Opendous Inc.).
parent a81ccd83
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
#define ANDROID_INTERFACE_CLASS 0xFF
#define ANDROID_INTERFACE_SUBCLASS 0xFF
#define ANDROID_INTERFACE_PROTOCOL 0x01
#define ANDROID_INTERFACE_PROTOCOL 0x00
/* Enums: */
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment