Skip to content

Commit

Permalink
Move to common code (#26103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and pull[bot] committed Jul 19, 2023
1 parent 31cbfff commit 2172293
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 113 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ source_set("siwx917-common") {
}

if (enable_heap_monitoring) {
sources += [ "MemMonitoring.cpp" ]
sources += [ "${silabs_common_plat_dir}/MemMonitoring.cpp" ]
}

if (chip_enable_wifi) {
Expand Down
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ source_set("efr32-common") {
}

if (enable_heap_monitoring) {
sources += [ "MemMonitoring.cpp" ]
sources += [ "${silabs_common_plat_dir}/MemMonitoring.cpp" ]
}

# OpenThread Settings
Expand Down
111 changes: 0 additions & 111 deletions examples/platform/silabs/efr32/MemMonitoring.cpp

This file was deleted.

0 comments on commit 2172293

Please sign in to comment.