aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/midi/midi.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol/midi/midi.h')
-rw-r--r--tmk_core/protocol/midi/midi.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/protocol/midi/midi.h b/tmk_core/protocol/midi/midi.h
index 07d8cebc1..75f3b13b0 100644
--- a/tmk_core/protocol/midi/midi.h
+++ b/tmk_core/protocol/midi/midi.h
@@ -25,8 +25,7 @@
25 * 25 *
26 */ 26 */
27 27
28#ifndef XNOR_MIDI_H 28#pragma once
29#define XNOR_MIDI_H
30 29
31#ifdef __cplusplus 30#ifdef __cplusplus
32extern "C" { 31extern "C" {
@@ -486,5 +485,3 @@ midi_packet_length_t midi_packet_length(uint8_t status);
486#ifdef __cplusplus 485#ifdef __cplusplus
487} 486}
488#endif 487#endif
489
490#endif