diff options
Diffstat (limited to 'HST-L/include/timer.h')
-rw-r--r-- | HST-L/include/timer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/HST-L/include/timer.h b/HST-L/include/timer.h new file mode 100644 index 0000000..5b8eba3 --- /dev/null +++ b/HST-L/include/timer.h @@ -0,0 +1,5 @@ +#pragma once
+
+#define N_TIMERS 7
+#include "../../include/timer_base.h"
+#undef N_TIMERS
|