Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Nordic committed Jan 27, 2023
1 parent 7c1a307 commit 6ee2fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/server/Dnssd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void OnPlatformEvent(const DeviceLayer::ChipDeviceEvent * event)
case DeviceLayer::DeviceEventType::kDnssdPlatformInitialized:
case DeviceLayer::DeviceEventType::kDnssdRestartNeeded:
#if CHIP_DEVICE_CONFIG_ENABLE_SED
case event->Type == DeviceLayer::DeviceEventType::kSEDIntervalChange:
case DeviceLayer::DeviceEventType::kSEDIntervalChange:
#endif
app::DnssdServer::Instance().StartServer();
break;
Expand Down

0 comments on commit 6ee2fa7

Please sign in to comment.