Skip to content

Commit

Permalink
[NXP] Fix all-clusters app build : update path of ErrorStr.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dinabenamar committed Oct 10, 2023
1 parent 651a4a7 commit 94d11c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/all-clusters-app/nxp/common/main/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "CHIPDeviceManager.h"
#include "DeviceCallbacks.h"
#include "binding-handler.h"
#include "lib/support/ErrorStr.h"
#include "lib/core/ErrorStr.h"
#include <app/server/Server.h>
#include <app/server/Dnssd.h>
#include <lib/dnssd/Advertiser.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <setup_payload/SetupPayload.h>
#include <lib/support/CHIPMem.h>
#include <lib/support/CodeUtils.h>
#include <lib/support/ErrorStr.h>
#include <lib/core/ErrorStr.h>

using namespace ::chip;

Expand Down

0 comments on commit 94d11c5

Please sign in to comment.