Skip to content

Commit

Permalink
review: remove redundant ifdef
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Mohr <[email protected]>
  • Loading branch information
alexmohr committed Sep 19, 2024
1 parent 7906ffc commit da50a13
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/dlt/dlt_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ extern "C"

#include <pthread.h>
/* 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
Expand Down Expand Up @@ -876,8 +875,6 @@ extern "C"
*/
#define DLT_TIMESTAMP_RESOLUTION (10000)

#endif

typedef struct
{
// Window for recording total bytes for each slots [bytes]
Expand Down

0 comments on commit da50a13

Please sign in to comment.