forked from PAWPAW-Mirror/lib_xua
Merge commit 'b2816ac3aa4163a8b91c6079a89c9a5418292602' into 6V3_DEV
This commit is contained in:
@@ -54,8 +54,8 @@ static inline void swap(xc_ptr &a, xc_ptr &b)
|
||||
#endif
|
||||
|
||||
#ifdef MIDI
|
||||
static unsigned int g_midi_to_host_buffer_A[MAX_USB_MIDI_PACKET_SIZE/4];
|
||||
static unsigned int g_midi_to_host_buffer_B[MAX_USB_MIDI_PACKET_SIZE/4];
|
||||
static unsigned int g_midi_to_host_buffer_A[MIDI_USB_BUFFER_TO_HOST_SIZE/4];
|
||||
static unsigned int g_midi_to_host_buffer_B[MIDI_USB_BUFFER_TO_HOST_SIZE/4];
|
||||
static unsigned int g_midi_from_host_buffer[MAX_USB_MIDI_PACKET_SIZE/4];
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user