Skip to content

Commit

Permalink
Fix some build issues when building examples/lighting-app from ./gn_b…
Browse files Browse the repository at this point in the history
…uild.sh (#3877)
  • Loading branch information
vivien-apple authored and pull[bot] committed Jan 22, 2021
1 parent 8477af8 commit 18269d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
// Generated reporting configuration defaults
#define EMBER_AF_GENERATED_REPORTING_CONFIG_DEFAULTS \
{ \
{ EMBER_ZCL_REPORTING_DIRECTION_REPORTED, 1, 0x0006, 0x0000, CLUSTER_MASK_SERVER, 0x0000, 1, 65534, 0 }, \
{ EMBER_ZCL_REPORTING_DIRECTION_REPORTED, 1, 0x0006, 0x0000, CLUSTER_MASK_SERVER, 0x0000, { { 1, 65534, 0 } } }, \
}
#define EMBER_AF_GENERATED_REPORTING_CONFIG_DEFAULTS_TABLE_SIZE (1)
#endif // SILABS_AF_ENDPOINT_CONFIG
1 change: 0 additions & 1 deletion examples/lighting-app/linux/include/LightingManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class LightingManager
private:
friend LightingManager & LightingMgr(void);
State_t mState;
uint32_t mGPIONum;

LightingCallback_fn mActionInitiated_CB;
LightingCallback_fn mActionCompleted_CB;
Expand Down
2 changes: 0 additions & 2 deletions examples/lighting-app/linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#include <platform/CHIPDeviceLayer.h>
#include <platform/PlatformManager.h>

#include <platform/Linux/BLEManagerImpl.h>

#include "af.h"
#include "gen/attribute-id.h"
#include "gen/cluster-id.h"
Expand Down

0 comments on commit 18269d2

Please sign in to comment.