Skip to content

Commit 52219f0

Browse files
committed
fixing the build for the 91x ncp
1 parent bc0a9a1 commit 52219f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/efr32/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static_library("efr32") {
7070
sources += [
7171
"../rs911x/BLEManagerImpl.cpp",
7272
"../rs911x/rsi_ble_config.h",
73-
"../rs911x/wfx_sl_ble_init.c",
73+
"../rs911x/wfx_sl_ble_init.cpp",
7474
"../rs911x/wfx_sl_ble_init.h",
7575
]
7676
} else {

0 commit comments

Comments
 (0)