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 Jul 24, 2023
1 parent 16239d8 commit 2279744
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 2279744

Please sign in to comment.