diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-10-11 06:14:08 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-10-11 06:14:08 +0000 |
| commit | 0fd7211bf4279244883b6fa9bba3ac94b4888d79 (patch) | |
| tree | a8ffa2c456db709cc5c981524f8f882b430882c2 /Bootloaders | |
| parent | 796b39cc16f9bd784cbbb8d85613a5965da7d6e5 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@864 d5102386-fcda-11dd-9fdb-3debd5008f28
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 5fd5aef4..1083587f 100644 --- a/Bootloaders/makefile +++ b/Bootloaders/makefile @@ -26,5 +26,4 @@ all: %:
make -C 'DFU/' $@
make -C 'CDC/' $@
- make -C 'MIDI/' $@
make -C 'TeensyHID/' $@
|
