From a2931b65cd3ff5a2e77d9564a95aa3368a24533e Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 15 May 2025 08:20:02 +0200 Subject: HST-L: Add AspectC++ support --- HST-L/include/timer.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 HST-L/include/timer.h (limited to 'HST-L/include/timer.h') 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 -- cgit v1.2.3