diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2013-05-15 17:21:05 -0700 |
|---|---|---|
| committer | Donald Delmar Davis <don@suspectdevices.com> | 2013-05-15 17:21:05 -0700 |
| commit | e1be28187d23c34a62e89795a57d62ef3d0d8ebb (patch) | |
| tree | 4c8cbc9c23f1b89a9463bfa00f13c343e1a73349 | |
| parent | 9e070b63d593fc0d7897c0311dffc48d0f0ffaf5 (diff) | |
minor/docs
| -rw-r--r-- | libmaple/usb/stm32f1/usb_midi_device.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libmaple/usb/stm32f1/usb_midi_device.c b/libmaple/usb/stm32f1/usb_midi_device.c index 68c5af8..ed6ca70 100644 --- a/libmaple/usb/stm32f1/usb_midi_device.c +++ b/libmaple/usb/stm32f1/usb_midi_device.c @@ -721,6 +721,11 @@ uint8 debugSysexPrelude[]= { //--- }; +/* + * this should probably be in a different space but if we put it here we can share a buffer and + * most of the code from above. + + */ uint32 usb_midi_send_debug_string(uint8 *string, uint32 bytes2send) { if (bytes2send<1) |
