summaryrefslogtreecommitdiff
path: root/src/class/midi/midi_host.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-02-12 11:39:26 +0700
committerhathach <[email protected]>2025-02-12 11:39:26 +0700
commit294fb268d7bf36d163363fa669f3984fc95bfd32 (patch)
tree1f935c0ca374db7a27c2e3458a591bc575fea8e7 /src/class/midi/midi_host.h
parent85247e50ddc17347fca1f6c9b9fedb1227eda25f (diff)
pre-commit fix
Diffstat (limited to 'src/class/midi/midi_host.h')
-rw-r--r--src/class/midi/midi_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/class/midi/midi_host.h b/src/class/midi/midi_host.h
index 8180e3309..292c596e4 100644
--- a/src/class/midi/midi_host.h
+++ b/src/class/midi/midi_host.h
@@ -1,4 +1,4 @@
-/*
+/*
* The MIT License (MIT)
*
* Copyright (c) 2019 Ha Thach (tinyusb.org)
@@ -118,7 +118,7 @@ void midih_close (uint8_t dev_addr);
//--------------------------------------------------------------------+
// Invoked when device with MIDI interface is mounted.
-// If the MIDI host application requires MIDI IN, it should requst an
+// If the MIDI host application requires MIDI IN, it should request an
// IN transfer here. The device will likely NAK this transfer. How the driver
// handles the NAK is hardware dependent.
TU_ATTR_WEAK void tuh_midi_mount_cb(uint8_t dev_addr, uint8_t in_ep, uint8_t out_ep, uint8_t num_cables_rx, uint16_t num_cables_tx);