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

Oops - fix incorrect value of AOA_CSCP_AOADataSubclass in the Android Open Accessory class driver.

parent 38d7cdf8
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
AOA_CSCP_AOADataClass = 0xFF, /**< Descriptor Class value indicating that the device or interface
* belongs to the AOA data class.
*/
AOA_CSCP_AOADataSubclass = 0x00, /**< Descriptor Subclass value indicating that the device or interface
AOA_CSCP_AOADataSubclass = 0xFF, /**< Descriptor Subclass value indicating that the device or interface
* belongs to AOA data subclass.
*/
AOA_CSCP_AOADataProtocol = 0x00, /**< Descriptor Protocol value indicating that the device or interface
......
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