Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.

Removed accidental reference to the incomplete MIDI class bootloader in the Bootloader folder makefile.
This commit is contained in:
Dean Camera 2009-10-11 06:14:08 +00:00
parent c7bc3ec391
commit be9d0a5aa9
5 changed files with 69 additions and 2 deletions

View file

@ -26,5 +26,4 @@ all:
%:
make -C 'DFU/' $@
make -C 'CDC/' $@
make -C 'MIDI/' $@
make -C 'TeensyHID/' $@