Skip to content

Commit bf405be

Browse files
clean up
1 parent 360a4f1 commit bf405be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ extern "C" {
7878
#include "sl_si91x_trng.h"
7979
#define TRNGKEY_SIZE 4
8080
#endif // SLI_SI91X_MCU_INTERFACE
81-
} // extern "C" {
81+
}
8282

8383
WfxRsi_t wfx_rsi;
8484

third_party/silabs/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ if (wifi_soc != true) { # CCP board
197197
if (!chip_openthread_ftd) {
198198
XTD = "mtd"
199199
} else {
200-
# additional files needs for ftd lib
200+
# additional files needed for ftd lib
201201
sources += [
202202
"${openthread_root}/examples/platforms/utils/link_metrics.cpp",
203203
"${openthread_root}/examples/platforms/utils/link_metrics.h",

0 commit comments

Comments
 (0)