diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-06-02 15:49:39 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-06-02 15:49:39 +0200 |
commit | 04a440330a15b668b6146f5b939b70d8021bae39 (patch) | |
tree | ad48461ac768b217950373621af50cbf3c884856 /HST-L/include/timer.h | |
parent | 496f4233a831b4378ef6ae29b1d273f8da8af186 (diff) |
HST-L timer: dos2unix
Diffstat (limited to 'HST-L/include/timer.h')
-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 |