From da50a1376632c396f9bc5dca58b90fca455185db Mon Sep 17 00:00:00 2001 From: Alexander Mohr Date: Thu, 19 Sep 2024 10:16:20 +0200 Subject: [PATCH] review: remove redundant ifdef Signed-off-by: Alexander Mohr --- include/dlt/dlt_common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/dlt/dlt_common.h b/include/dlt/dlt_common.h index 42d95635e..7c80288b5 100644 --- a/include/dlt/dlt_common.h +++ b/include/dlt/dlt_common.h @@ -834,7 +834,6 @@ extern "C" #include /* For trace load control */ -#ifdef DLT_TRACE_LOAD_CTRL_ENABLE /* Number of slots in window for recording trace load (Default: 60) * Average trace load in this window will be used as trace load @@ -876,8 +875,6 @@ extern "C" */ #define DLT_TIMESTAMP_RESOLUTION (10000) -#endif - typedef struct { // Window for recording total bytes for each slots [bytes]