forked from mfulz_github/qmk_firmware
Fix interface protocol match value for the Android Accessory Host demo interface configuration parser code (thanks to Opendous Inc.).
This commit is contained in:
parent
a81ccd83fd
commit
c704131be4
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
#define ANDROID_INTERFACE_CLASS 0xFF
|
#define ANDROID_INTERFACE_CLASS 0xFF
|
||||||
#define ANDROID_INTERFACE_SUBCLASS 0xFF
|
#define ANDROID_INTERFACE_SUBCLASS 0xFF
|
||||||
#define ANDROID_INTERFACE_PROTOCOL 0x01
|
#define ANDROID_INTERFACE_PROTOCOL 0x00
|
||||||
|
|
||||||
/* Enums: */
|
/* Enums: */
|
||||||
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
|
/** Enum for the possible return codes of the \ref ProcessConfigurationDescriptor() function. */
|
||||||
|
|
Loading…
Reference in New Issue