Change include guards in tmk_core/ and drivers/ to pragma once (#11240)
This commit is contained in:
@ -25,8 +25,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef XNOR_MIDI_H
|
||||
#define XNOR_MIDI_H
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -486,5 +485,3 @@ midi_packet_length_t midi_packet_length(uint8_t status);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user