Change include guards in tmk_core/ and drivers/ to pragma once (#11240)
This commit is contained in:
@ -39,8 +39,7 @@
|
||||
* manual section "Summary of Compile Tokens".
|
||||
*/
|
||||
|
||||
#ifndef _LUFA_CONFIG_H_
|
||||
#define _LUFA_CONFIG_H_
|
||||
#pragma once
|
||||
|
||||
#if (ARCH == ARCH_AVR8)
|
||||
|
||||
@ -90,4 +89,3 @@
|
||||
# error Unsupported architecture for this LUFA configuration file.
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user