diff options
-rw-r--r-- | HST-L/include/timer.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/HST-L/include/timer.h b/HST-L/include/timer.h index 5b8eba3..7b80823 100644 --- a/HST-L/include/timer.h +++ b/HST-L/include/timer.h @@ -1,5 +1,5 @@ -#pragma once
-
-#define N_TIMERS 7
-#include "../../include/timer_base.h"
-#undef N_TIMERS
+#pragma once + +#define N_TIMERS 7 +#include "../../include/timer_base.h" +#undef N_TIMERS |