diff options
| author | hathach <[email protected]> | 2025-02-12 11:39:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-02-12 11:39:26 +0700 |
| commit | 294fb268d7bf36d163363fa669f3984fc95bfd32 (patch) | |
| tree | 1f935c0ca374db7a27c2e3458a591bc575fea8e7 /examples/host/midi_rx/src | |
| parent | 85247e50ddc17347fca1f6c9b9fedb1227eda25f (diff) | |
pre-commit fix
Diffstat (limited to 'examples/host/midi_rx/src')
| -rw-r--r-- | examples/host/midi_rx/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/midi_rx/src/main.c b/examples/host/midi_rx/src/main.c index 6fe17255a..6c3311043 100644 --- a/examples/host/midi_rx/src/main.c +++ b/examples/host/midi_rx/src/main.c @@ -157,4 +157,4 @@ void tuh_midi_rx_cb(uint8_t dev_addr, uint32_t num_packets) void tuh_midi_tx_cb(uint8_t dev_addr) { (void ) dev_addr; -}
\ No newline at end of file +} |
