1
0

Added support to the CDCHost demo for devices with mutiple CDC interfaces which are not the correct ACM type preceeding the desired ACM CDC interface.

This commit is contained in:
Dean Camera
2009-04-07 11:46:54 +00:00
parent cb7884da50
commit 51910b4505
3 changed files with 41 additions and 9 deletions

View File

@@ -24,6 +24,8 @@
* code without having to be itself patched and recompiled first
* - Added preprocessor checks and documentation to the bootloaders giving information about missing SIGNATURE_x defines due to
* outdated avr-libc versions.
* - Added support to the CDCHost demo for devices with mutiple CDC interfaces which are not the correct ACM type preceeding the desired
* ACM CDC interface
*
* \section Sec_ChangeLog090401 Version 090401
*