Moved USBtoSerial demo the Projects directory, as it is simply an expanded CDC demo. Added const qualifier to Endpoint/Pipe stream write routines.

This commit is contained in:
Dean Camera 2009-10-18 05:35:48 +00:00
parent c3dfc58707
commit de70f0f1cf
36 changed files with 60 additions and 3582 deletions

View file

@ -53,9 +53,6 @@ all:
make -C RNDISEthernet clean
make -C RNDISEthernet all
make -C USBtoSerial clean
make -C USBtoSerial all
%:
make -C AudioInput $@
make -C AudioOutput $@
@ -70,4 +67,3 @@ all:
make -C MIDI $@
make -C Mouse $@
make -C RNDISEthernet $@
make -C USBtoSerial $@