Skip to content

Commit 60f6b62

Browse files
authored
ESP32: fix header path to fix the external platform builds (project-chip#40769)
* ESP32: fix header path to fix the external platform builds * restyle
1 parent 089b858 commit 60f6b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/ESP32/ESP32SecureCertDataProvider.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

2626
#pragma once
2727

28+
#include "ESP32FactoryDataProvider.h"
2829
#include <lib/core/CHIPError.h>
2930
#include <lib/support/Span.h>
30-
#include <platform/ESP32/ESP32FactoryDataProvider.h>
3131

3232
#include <esp_secure_cert_tlv_config.h>
3333

0 commit comments

Comments
 (0)