Merge commit 'b2816ac3aa4163a8b91c6079a89c9a5418292602' into 6V3_DEV

This commit is contained in:
Ross Owen
2013-12-12 12:12:03 +00:00
3 changed files with 2 additions and 26 deletions

View File

@@ -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