aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol/midi/Config
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-12-26 15:56:11 +1100
committerGitHub <noreply@github.com>2020-12-26 15:56:11 +1100
commit1d1d5da43f86d9dded47c66afec94991d623f114 (patch)
tree5f0d4d303a1f5dd67a3d9a19b0f99b8e3f06a4e6 /tmk_core/protocol/midi/Config
parent48f4768d33313e6a6ed48c31f95eb44feda10a51 (diff)
downloadqmk_firmware-1d1d5da43f86d9dded47c66afec94991d623f114.tar.gz
qmk_firmware-1d1d5da43f86d9dded47c66afec94991d623f114.zip
Change include guards in tmk_core/ and drivers/ to pragma once (#11240)
Diffstat (limited to 'tmk_core/protocol/midi/Config')
-rw-r--r--tmk_core/protocol/midi/Config/LUFAConfig.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmk_core/protocol/midi/Config/LUFAConfig.h b/tmk_core/protocol/midi/Config/LUFAConfig.h
index b346c05bd..dead96de7 100644
--- a/tmk_core/protocol/midi/Config/LUFAConfig.h
+++ b/tmk_core/protocol/midi/Config/LUFAConfig.h
@@ -39,8 +39,7 @@
39 * manual section "Summary of Compile Tokens". 39 * manual section "Summary of Compile Tokens".
40 */ 40 */
41 41
42#ifndef _LUFA_CONFIG_H_ 42#pragma once
43#define _LUFA_CONFIG_H_
44 43
45#if (ARCH == ARCH_AVR8) 44#if (ARCH == ARCH_AVR8)
46 45
@@ -90,4 +89,3 @@
90# error Unsupported architecture for this LUFA configuration file. 89# error Unsupported architecture for this LUFA configuration file.
91 90
92#endif 91#endif
93#endif