Skip to content

Commit cb7fd5a

Browse files
[Silabs][SiWx917] Adding the LED define for the 917 soc (project-chip#33228)
* adding the led define for the 917 soc * Restyled by gn --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 7489e02 commit cb7fd5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

third_party/silabs/SiWx917_sdk.gni

+6-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,12 @@ template("siwx917_sdk") {
282282

283283
# Enabling led interface
284284
if (use_wstk_leds) {
285-
defines += [ "ENABLE_WSTK_LEDS" ]
285+
defines += [
286+
"ENABLE_WSTK_LEDS",
287+
288+
# TODO: remove this when it is added to the board config from wifi sdk
289+
"SL_CATALOG_SIMPLE_LED_LED1_PRESENT",
290+
]
286291
}
287292

288293
if (chip_enable_icd_server) {

0 commit comments

Comments
 (0)