Skip to content

Commit 127e160

Browse files
authored
feat(matter): remove C6 from project name
1 parent b89c220 commit 127e160

File tree

1 file changed

+1
-1
lines changed
  • idf_component_examples/Arduino_ESP-Matter-over-Thread_ESP32-C6

1 file changed

+1
-1
lines changed

idf_component_examples/Arduino_ESP-Matter-over-Thread_ESP32-C6/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
1010
#list(APPEND compile_definitions "CHIP_HAVE_CONFIG_H=1")
1111
#list(APPEND compile_definitions "CHIP_ADDRESS_RESOLVE_IMPL_INCLUDE_HEADER=<lib/address_resolve/AddressResolve_DefaultImpl.h>")
1212

13-
project(Matter_C6_Thread_Light)
13+
project(Matter_Thread_Light)
1414

1515
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++2a;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
1616
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)

0 commit comments

Comments
 (0)