Skip to content
Permalink
Browse files

disable uhi_midi debug prints

  • Loading branch information
tehn committed Dec 2, 2016
1 parent 0dca229 commit 1f20226ed81ecb40e5bbaa46b2ba5b8109f3c557
Showing with 1 addition and 1 deletion.
  1. +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,

0 comments on commit 1f20226

Please sign in to comment.