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.
This commit is contained in:
Dean Camera 2012-02-20 22:07:25 +00:00
parent 4068efbd18
commit 1dcc1fe527
4 changed files with 9 additions and 7 deletions

View file

@ -200,7 +200,7 @@ CFLAGS += -Wswitch-enum
CFLAGS += -Wunused
CFLAGS += -Wundef
CFLAGS += -Wpointer-arith
#CFLAGS += -Wcast-align
CFLAGS += -Wcast-align
CFLAGS += -Wwrite-strings
CFLAGS += -Wlogical-op
CFLAGS += -Wmissing-parameter-type