Skip to content

Commit 4064516

Browse files
committed
adding the led define for the 917 soc
1 parent ae5d772 commit 4064516

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

third_party/silabs/SiWx917_sdk.gni

+5-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,11 @@ template("siwx917_sdk") {
276276

277277
# Enabling led interface
278278
if (use_wstk_leds) {
279-
defines += [ "ENABLE_WSTK_LEDS" ]
279+
defines += [
280+
"ENABLE_WSTK_LEDS",
281+
# TODO: remove this when it is added to the board config from wifi sdk
282+
"SL_CATALOG_SIMPLE_LED_LED1_PRESENT",
283+
]
280284
}
281285

282286
if (chip_enable_icd_server) {

0 commit comments

Comments
 (0)