Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
disable uhi_midi debug prints
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/usb/midi/uhi_midi.c
|
|
@@ -21,7 +21,7 @@ |
|
|
#include "usb_protocol_midi.h" |
|
|
#include "uhi_midi.h" |
|
|
|
|
|
#define UHI_MIDI_PRINT_DBG 1 |
|
|
#define UHI_MIDI_PRINT_DBG 0 |
|
|
#define UHI_MIDI_TIMEOUT 20000 |
|
|
|
|
|
// looks like we need to get class-specific endpoint descriptors, |
|
|
|