diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-24 01:31:31 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-11-24 01:31:31 +0000 |
commit | 7f8dbb4908abd33b5ee8bfba7cc3870fa14f7366 (patch) | |
tree | 921ffed6c58a2d54741c54874276798f1577fb9b /LUFA/Drivers/USB/USB.h | |
parent | 8b5aa616013811faf53fb5c1f2fdb819dd671b36 (diff) | |
download | lufa-7f8dbb4908abd33b5ee8bfba7cc3870fa14f7366.tar.gz lufa-7f8dbb4908abd33b5ee8bfba7cc3870fa14f7366.tar.bz2 lufa-7f8dbb4908abd33b5ee8bfba7cc3870fa14f7366.zip |
Convert the LowLevel AndroidAccessory demo to use the new class driver constants to reduce code duplication.
Add missing Doxygen documentation.
Diffstat (limited to 'LUFA/Drivers/USB/USB.h')
-rw-r--r-- | LUFA/Drivers/USB/USB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/USB.h b/LUFA/Drivers/USB/USB.h index bb1eab218..75255297b 100644 --- a/LUFA/Drivers/USB/USB.h +++ b/LUFA/Drivers/USB/USB.h @@ -87,7 +87,7 @@ * * <table> * <tr> - * <th width="100px">USB Class</th> + * <th width="200px">USB Class</th> * <th width="90px">Device Mode</th> * <th width="90px">Host Mode</th> * </tr> |