Skip to content

Commit

Permalink
Fix efr32 light-switch-app when build with LCD disabled or with board…
Browse files Browse the repository at this point in the history
… without LCD support (#17067)
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Nov 6, 2023
1 parent fd48be3 commit 5267956
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/light-switch-app/efr32/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@
#include "AppEvent.h"
#include "LEDWidget.h"
#include "binding-handler.h"
#include "sl_simple_led_instances.h"

#ifdef DISPLAY_ENABLED
#include "lcd.h"
#include "qrcodegen.h"
#include "sl_simple_led_instances.h"
#endif // DISPLAY_ENABLED

#include <app-common/zap-generated/attribute-id.h>
#include <app-common/zap-generated/attribute-type.h>
#include <app-common/zap-generated/cluster-id.h>
Expand Down

0 comments on commit 5267956

Please sign in to comment.