Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jan 24, 2024
1 parent 88e75c9 commit f287418
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ source_set("revision_info") {
"InteractionModelRevision.h",
"SpecificationVersion.h",
]

public_deps = [ ":app_config" ]
}

source_set("path-params") {
Expand Down Expand Up @@ -184,7 +182,7 @@ config("config-controller-dynamic-server") {
]
}

source_set("interaction-model") {
static_library("interaction-model") {
sources = [
"CASEClient.cpp",
"CASEClient.h",
Expand Down
2 changes: 2 additions & 0 deletions src/test_driver/efr32/.gn
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ default_args = {
[ "//third_party/connectedhomeip/scripts/setup/requirements.build.txt" ]

import("//args.gni")

optimize_debug_level = "s"
}
3 changes: 3 additions & 0 deletions src/test_driver/efr32/include/CHIPProjectConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@
* 30000 (30 secondes).
*/
#define CHIP_DEVICE_CONFIG_BLE_FAST_ADVERTISING_TIMEOUT (30 * 1000)

// Enable unit-test only features
#define CONFIG_BUILD_FOR_HOST_UNIT_TEST 1

0 comments on commit f287418

Please sign in to comment.