Skip to content

Commit 2439117

Browse files
authored
ESP32: fix typo to include correct Span.h in secure cert data provider (#36589)
* ESP32: fix typo to include correct Span.h in secure cert data provider * restyle
1 parent 709841e commit 2439117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/ESP32/ESP32SecureCertDataProvider.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
#include <lib/core/CHIPEncoding.h>
2323
#include <lib/support/CodeUtils.h>
24+
#include <lib/support/Span.h>
2425
#include <lib/support/logging/CHIPLogging.h>
25-
#include <lib/support/span.h>
2626
#include <platform/ESP32/ESP32SecureCertDataProvider.h>
2727

2828
namespace chip {

0 commit comments

Comments
 (0)