From 1d1d5da43f86d9dded47c66afec94991d623f114 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 26 Dec 2020 15:56:11 +1100 Subject: Change include guards in tmk_core/ and drivers/ to pragma once (#11240) --- tmk_core/common/timer.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tmk_core/common/timer.h') diff --git a/tmk_core/common/timer.h b/tmk_core/common/timer.h index 7ee7feac29..58f637dd93 100644 --- a/tmk_core/common/timer.h +++ b/tmk_core/common/timer.h @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef TIMER_H -#define TIMER_H 1 +#pragma once #include #include @@ -51,5 +50,3 @@ uint32_t timer_elapsed32(uint32_t last); #ifdef __cplusplus } #endif - -#endif -- cgit v1.2.3