We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18b303 commit c491a9cCopy full SHA for c491a9c
src/MIDIUSB.h
@@ -29,8 +29,8 @@ typedef struct
29
#include "PluggableUSB.h"
30
31
#define EPTYPE_DESCRIPTOR_SIZE uint8_t
32
-#define EP_TYPE_BULK_IN_MIDI USB_ENDPOINT_TYPE_BULK | USB_ENDPOINT_IN(0);
33
-#define EP_TYPE_BULK_OUT_MIDI USB_ENDPOINT_TYPE_BULK | USB_ENDPOINT_OUT(0);
+#define EP_TYPE_BULK_IN_MIDI EP_TYPE_BULK_IN
+#define EP_TYPE_BULK_OUT_MIDI EP_TYPE_BULK_OUT
34
#define MIDI_BUFFER_SIZE USB_EP_SIZE
35
#define is_write_enabled(x) (1)
36
0 commit comments