Skip to content

Commit

Permalink
Do not ifdef the LedWidget, led disablement is dealt with in the driv…
Browse files Browse the repository at this point in the history
…er (#30719)
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Dec 6, 2023
1 parent dddf880 commit 5623585
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/platform/silabs/BaseApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
#include <platform/CHIPDeviceEvent.h>
#include <platform/CHIPDeviceLayer.h>

#if defined(ENABLE_WSTK_LEDS)
#include "LEDWidget.h"
#endif // ENABLE_WSTK_LEDS

#ifdef EMBER_AF_PLUGIN_IDENTIFY_SERVER
#include <app/clusters/identify-server/identify-server.h>
Expand Down

0 comments on commit 5623585

Please sign in to comment.