Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.
[pub/USBasp.git] / Demos / Host / ClassDriver / makefile
index a20746d..74ec8d6 100644 (file)
@@ -23,6 +23,9 @@ all:
        make -C KeyboardHostWithParser clean
        make -C KeyboardHostWithParser all
 
+       make -C MIDIHost clean
+       make -C MIDIHost all
+
        make -C MouseHost clean
        make -C MouseHost all