esp_matter_console: fix the include path of ESP32Utils.h

This commit is contained in:
WanqQixiang
2022-12-19 17:42:20 +08:00
parent fc2787cd89
commit 62ef2d9c6a
@@ -19,7 +19,7 @@
#include <esp_matter_console.h>
#include <lib/shell/Engine.h>
#include <src/platform/ESP32/ESP32Utils.h>
#include <platform/ESP32/ESP32Utils.h>
namespace esp_matter {
namespace console {