Skip to content

Commit

Permalink
Rebase and fix path for heap_monitoring.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs committed Feb 3, 2023
1 parent 1b636ae commit f79ea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ source_set("efr32-common") {
}

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

# OpenThread Settings
Expand Down

0 comments on commit f79ea30

Please sign in to comment.