Skip to content

Commit 1760946

Browse files
shripad621gitpull[bot]
authored andcommitted
Fixed compilation with Bludroid related errors for all-clusters-app (#25006)
1 parent 5e0855b commit 1760946

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/all-clusters-app/esp32/main/DeviceCallbacks.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <app/util/basic-types.h>
3535
#include <app/util/util.h>
3636
#include <common/CHIPDeviceManager.h>
37+
#include <esp_log.h>
3738
#include <lib/dnssd/Advertiser.h>
3839

3940
#if CONFIG_DEVICE_TYPE_ESP32_C3_DEVKITM

examples/platform/esp32/lock/BoltLockManager.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "AppTask.h"
2222
#include <app-common/zap-generated/attributes/Accessors.h>
2323
#include <cstring>
24+
#include <esp_log.h>
2425
#include <lib/support/logging/CHIPLogging.h>
2526

2627
BoltLockManager BoltLockManager::sLock;

0 commit comments

Comments
 (0)