Skip to content

Commit

Permalink
Fixed compilation with Bludroid related errors for all-clusters-app (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shripad621git authored and pull[bot] committed Jun 27, 2023
1 parent 8c949f4 commit 3582858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <app/util/basic-types.h>
#include <app/util/util.h>
#include <common/CHIPDeviceManager.h>
#include <esp_log.h>
#include <lib/dnssd/Advertiser.h>

#if CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM
Expand Down
1 change: 1 addition & 0 deletions examples/platform/esp32/lock/BoltLockManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "AppTask.h"
#include <app-common/zap-generated/attributes/Accessors.h>
#include <cstring>
#include <esp_log.h>
#include <lib/support/logging/CHIPLogging.h>

BoltLockManager BoltLockManager::sLock;
Expand Down

0 comments on commit 3582858

Please sign in to comment.