Make HID device class driver reselect the correct endpoint after the user callbacks...
[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