commit | fa1d3e7d6066324f9d8198844c37576edede6914 | [log] [tgz] |
---|---|---|
author | Rohit Jadhav <69809379+jadhavrohit924@users.noreply.github.com> | Wed Jul 05 19:40:13 2023 +0530 |
committer | GitHub <noreply@github.com> | Wed Jul 05 14:10:13 2023 +0000 |
tree | 1c92768ae7ff97f373af9ba224d21156ff81b113 | |
parent | dd09512b7ac0393c05a4e435427970fd4c65d352 [diff] |
[ESP32] Fix include file path (#27627)
diff --git a/examples/platform/esp32/mode-support/static-supported-modes-manager.h b/examples/platform/esp32/mode-support/static-supported-modes-manager.h index 985fb80..cdd7968 100644 --- a/examples/platform/esp32/mode-support/static-supported-modes-manager.h +++ b/examples/platform/esp32/mode-support/static-supported-modes-manager.h
@@ -19,7 +19,7 @@ #pragma once #include <app/clusters/mode-select-server/supported-modes-manager.h> -#include <src/app/util/af.h> +#include <app/util/af.h> namespace chip { namespace app {