Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_ControlRequest structure for control request data.

Fixed documentation showing incorrect USB mode support on the supported AVRs list.
This commit is contained in:
Dean Camera
2009-05-11 07:52:13 +00:00
parent 3f48497874
commit e0985b9950
5 changed files with 13 additions and 22 deletions
+2 -2
View File
@@ -15,10 +15,10 @@
* microcontrollers, released under the MIT license.
*
* Currently supported AVR models:
* - AT90USB1286 (USB Host and Device)
* - AT90USB1286 (USB Device Only)
* - AT90USB1287 (USB Host and Device)
* - AT90USB646 (USB Device Only)
* - AT90USB647 (USB Device Only)
* - AT90USB647 (USB Host and Device)
* - AT90USB162 (USB Device Only)
* - AT90USB82 (USB Device Only)
* - ATMEGA16U4 (USB Device Only)