Skip to content

Commit

Permalink
Fix compare error
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed Nov 15, 2024
1 parent dd08b56 commit 217bda9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/fabric-admin/rpc/RpcServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <commands/fabric-sync/FabricSyncCommand.h>
#include <commands/interactive/InteractiveCommands.h>
#include <device_manager/DeviceManager.h>
#include <device_manager/DeviceSynchronization.h>
#include <setup_payload/QRCodeSetupPayloadGenerator.h>
#include <system/SystemClock.h>

Expand Down Expand Up @@ -114,7 +113,6 @@ class FabricAdmin final : public rpc::FabricAdmin, public admin::PairingDelegate
if (err == CHIP_NO_ERROR)
{
DeviceManager::Instance().SetRemoteBridgeNodeId(deviceId);
DeviceSynchronizer::Instance().setReverseCommissioningFlag(true);
}
else
{
Expand Down

0 comments on commit 217bda9

Please sign in to comment.