aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-20 22:07:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-20 22:07:25 +0000
commit1dcc1fe5275b78ef39611d0112c0f17603a1dc39 (patch)
treeb6f18e21ee3839fa360edaf3e6fdbbb6299b4025 /Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c
parent4068efbd1898058854f9ca5a967bc5ad5a851759 (diff)
downloadlufa-1dcc1fe5275b78ef39611d0112c0f17603a1dc39.tar.gz
lufa-1dcc1fe5275b78ef39611d0112c0f17603a1dc39.tar.bz2
lufa-1dcc1fe5275b78ef39611d0112c0f17603a1dc39.zip
Update the Android Accessory Host ClassDriver demo to use the updated class configuration API.
Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements.
Diffstat (limited to 'Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c')
-rw-r--r--Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c b/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c
index b4df532c5..d0737acd7 100644
--- a/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c
+++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidAccessoryHost.c
@@ -52,12 +52,12 @@ USB_ClassInfo_AOA_Host_t AndroidDevice_AOA_Interface =
.PropertyStrings =
{
- .Manufacturer = "Dean Camera",
- .Model = "LUFA Android Demo",
- .Description = "LUFA Android Demo",
- .Version = "1.0",
- .URI = "http://www.lufa-lib.org",
- .Serial = "0000000012345678",
+ [AOA_STRING_Manufacturer] = "Dean Camera",
+ [AOA_STRING_Model] = "LUFA Android Demo",
+ [AOA_STRING_Description] = "LUFA Android Demo",
+ [AOA_STRING_Version] = "1.0",
+ [AOA_STRING_URI] = "http://www.lufa-lib.org",
+ [AOA_STRING_Serial] = "0000000012345678",
},
},
};