Skip to content

Commit

Permalink
ESP32: fix typo to include correct Span.h in secure cert data provider (
Browse files Browse the repository at this point in the history
#36589)

* ESP32: fix typo to include correct Span.h in secure cert data provider

* restyle
  • Loading branch information
shubhamdp authored Nov 21, 2024
1 parent 709841e commit 2439117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/ESP32/ESP32SecureCertDataProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#include <lib/core/CHIPEncoding.h>
#include <lib/support/CodeUtils.h>
#include <lib/support/Span.h>
#include <lib/support/logging/CHIPLogging.h>
#include <lib/support/span.h>
#include <platform/ESP32/ESP32SecureCertDataProvider.h>

namespace chip {
Expand Down

0 comments on commit 2439117

Please sign in to comment.