diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-10-11 06:14:08 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-10-11 06:14:08 +0000 |
commit | be9d0a5aa97c84cc8723f69f2b88576965e386aa (patch) | |
tree | a8ffa2c456db709cc5c981524f8f882b430882c2 /Bootloaders | |
parent | c7bc3ec391da3904f0db6398171c7fed37d4f836 (diff) | |
download | lufa-be9d0a5aa97c84cc8723f69f2b88576965e386aa.tar.gz lufa-be9d0a5aa97c84cc8723f69f2b88576965e386aa.tar.bz2 lufa-be9d0a5aa97c84cc8723f69f2b88576965e386aa.zip |
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.
Diffstat (limited to 'Bootloaders')
-rw-r--r-- | Bootloaders/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bootloaders/makefile b/Bootloaders/makefile index 5fd5aef4b..1083587f7 100644 --- a/Bootloaders/makefile +++ b/Bootloaders/makefile @@ -26,5 +26,4 @@ all: %:
make -C 'DFU/' $@
make -C 'CDC/' $@
- make -C 'MIDI/' $@
make -C 'TeensyHID/' $@
|