Skip to content

Commit

Permalink
dynamic-bridge-app: simplify the include path in BridgeClustersCpp ji…
Browse files Browse the repository at this point in the history
…nja template and update the relevant test
  • Loading branch information
mukifera committed Jan 13, 2023
1 parent 1872a7c commit 581e5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "BridgeGlobalStructs.h"
#include "third_party/connectedhomeip/examples/dynamic-bridge-app/linux/include/GeneratedClusters.h"
#include "GeneratedClusters.h"

namespace clusters {
struct {{cluster.name}}Cluster : public GeneratedCluster
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include "BridgeGlobalStructs.h"
#include "third_party/connectedhomeip/examples/dynamic-bridge-app/linux/include/GeneratedClusters.h"
#include "GeneratedClusters.h"

namespace clusters {
struct OnOffCluster : public GeneratedCluster
Expand Down

0 comments on commit 581e5ea

Please sign in to comment.