Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and praveenCY committed Oct 27, 2023
1 parent e359e61 commit 1cf33cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/Infineon/PSOC6/ConnectivityManagerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ void ConnectivityManagerImpl::DriveAPState()
// arm a timer to fire at that time.
System::Clock::Timeout apTimeout = (mLastAPDemandTime + mWiFiAPIdleTimeout) - now;
PlatformMgr().LockChipStack();
err = DeviceLayer::SystemLayer().StartTimer(apTimeout, DriveAPState, nullptr);
err = DeviceLayer::SystemLayer().StartTimer(apTimeout, DriveAPState, nullptr);
PlatformMgr().UnlockChipStack();
SuccessOrExit(err);
ChipLogProgress(DeviceLayer, "Next WiFi AP timeout in %" PRIu32 " ms",
Expand Down

0 comments on commit 1cf33cf

Please sign in to comment.