From eb71b2b0a15a400d61285e4e0534a27af5c4f41d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 13 May 2025 14:18:39 +0200 Subject: TRNS: refactor AspectC++ and timer headers --- TRNS/include/timer.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TRNS/include/timer.h (limited to 'TRNS/include/timer.h') diff --git a/TRNS/include/timer.h b/TRNS/include/timer.h new file mode 100644 index 0000000..8d5c3d5 --- /dev/null +++ b/TRNS/include/timer.h @@ -0,0 +1,5 @@ +#pragma once + +#define N_TIMERS 10 +#include "../../include/timer_base.h" +#undef N_TIMERS -- cgit v1.2.3