From 8f77435493456d94416502d830e482db3663dba9 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Tue, 3 Oct 2023 10:51:05 -0400 Subject: [PATCH] Remove fixme text --- examples/lighting-app/esp32/main/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/lighting-app/esp32/main/CMakeLists.txt b/examples/lighting-app/esp32/main/CMakeLists.txt index 4fca6364c5cdae..e6b349f7ddca57 100644 --- a/examples/lighting-app/esp32/main/CMakeLists.txt +++ b/examples/lighting-app/esp32/main/CMakeLists.txt @@ -75,9 +75,6 @@ endif() if (CONFIG_ENABLE_ESP_INSIGHTS_TRACE) - # FIXME: - # need GN argument - # matter_trace_config = "${chip_root}/src/tracing/esp32_trace:esp32_trace_tracing" list(APPEND PRIV_INCLUDE_DIRS_LIST "${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/tracing/esp32_trace/include") endif()