aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtimer.c')
-rw-r--r--src/gtimer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gtimer.c b/src/gtimer.c
index 9467d079..98556607 100644
--- a/src/gtimer.c
+++ b/src/gtimer.c
@@ -29,9 +29,6 @@
#include "hal.h"
#include "gtimer.h"
-#ifndef _GTIMER_C
-#define _GTIMER_C
-
#if GFX_USE_GTIMER || defined(__DOXYGEN__)
#define GTIMER_FLG_PERIODIC 0x0001
@@ -298,6 +295,4 @@ void gtimerJabI(GTimer *pt) {
}
#endif /* GFX_USE_GTIMER */
-
-#endif /* _GTIMER_C */
/** @} */