diff options
Diffstat (limited to 'libmaple/MinSysex.c')
| -rw-r--r-- | libmaple/MinSysex.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libmaple/MinSysex.c b/libmaple/MinSysex.c new file mode 100644 index 0000000..a6af76d --- /dev/null +++ b/libmaple/MinSysex.c @@ -0,0 +1,15 @@ +// +// MinSysex.c +// LibMaple4Midi +// +// Created by Donald D Davis on 4/11/13. +// Copyright (c) 2013 Suspect Devices. All rights reserved. +// + +#include <libmaple/usb_midi_device.h> +#include <MinSysex.h> + +void LglSysexHandler(uint8 *midiBufferRx,uint32 *rx_offset,uint32 *n_unread_bytes) { + // its our sysex and we will cry if we want to + return; +}
\ No newline at end of file |
