summaryrefslogtreecommitdiff
path: root/shared-bindings/usb_midi/PortOut.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/usb_midi/PortOut.h')
-rw-r--r--shared-bindings/usb_midi/PortOut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/usb_midi/PortOut.h b/shared-bindings/usb_midi/PortOut.h
index 1eac2fa98..7d8a014da 100644
--- a/shared-bindings/usb_midi/PortOut.h
+++ b/shared-bindings/usb_midi/PortOut.h
@@ -33,7 +33,7 @@ extern const mp_obj_type_t usb_midi_portout_type;
// Write characters. len is in characters NOT bytes!
extern size_t common_hal_usb_midi_portout_write(usb_midi_portout_obj_t *self,
- const uint8_t *data, size_t len, int *errcode);
+ const uint8_t *data, size_t len, int *errcode);
extern bool common_hal_usb_midi_portout_ready_to_tx(usb_midi_portout_obj_t *self);