From 187ab44b1deeef05cc2bb956d4eefec4ff9cc278 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Fri, 28 Aug 2026 09:31:46 +0100 Subject: [PATCH] win32: do not set TX_ENABLE_EVENT_TRACE in tx_port.h if tracing is required it can be set by the user in tx_user.h --- ports/win32/vs_2019/inc/tx_port.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ports/win32/vs_2019/inc/tx_port.h b/ports/win32/vs_2019/inc/tx_port.h index 5dd656534..c4cadadc2 100644 --- a/ports/win32/vs_2019/inc/tx_port.h +++ b/ports/win32/vs_2019/inc/tx_port.h @@ -190,13 +190,6 @@ extern TEST_FLAG test_forced_mutex_timeout; #define TX_TIMER_ENABLE_PERFORMANCE_INFO #endif -/* Enable trace info. */ - -#ifndef TX_ENABLE_EVENT_TRACE -#define TX_ENABLE_EVENT_TRACE -#endif - - /* Define ThreadX basic types for this port. */ #define VOID void