Change include guards in tmk_core/ and drivers/ to pragma once (#11240)
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#ifndef SUSPEND_AVR_H
|
||||
#define SUSPEND_AVR_H
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
@ -24,5 +23,3 @@ __asm__ __volatile__ ( \
|
||||
: "r0" \
|
||||
)
|
||||
// clang-format on
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user