Skip to content

Commit

Permalink
Remove extra namespace scope identifier (#16082)
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Apr 27, 2022
1 parent 70cd607 commit 1381234
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/all-clusters-app/esp32/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,8 @@ BDXDownloader gDownloader;
OTAImageProcessorImpl gImageProcessor;
#endif

namespace {
app::Clusters::NetworkCommissioning::Instance
sWiFiNetworkCommissioningInstance(0 /* Endpoint Id */, &(NetworkCommissioning::ESPWiFiDriver::GetInstance()));
} // namespace

class AppCallbacks : public AppDelegate
{
Expand Down

0 comments on commit 1381234

Please sign in to comment.