Skip to content

Commit

Permalink
[Silabs][SiWx917] Led 1 enabled for 917 soc (#27146)
Browse files Browse the repository at this point in the history
* led 1 fix enabled for 917 soc

* adding conditional based check for BRD4325B
  • Loading branch information
chirag-silabs authored and pull[bot] committed Jul 6, 2023
1 parent a053085 commit 3559198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lighting-app/silabs/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

#include <platform/CHIPDeviceLayer.h>

#if defined(SL_CATALOG_SIMPLE_LED_LED1_PRESENT)
#if (defined(SL_CATALOG_SIMPLE_LED_LED1_PRESENT) || defined(BRD4325B))
#define LIGHT_LED 1
#else
#define LIGHT_LED 0
Expand Down

0 comments on commit 3559198

Please sign in to comment.