Skip to content

Commit 08a2f0b

Browse files
committed
Replaced FreeRTOS timer with CHIP timer
1 parent 19dc105 commit 08a2f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/ESP32/nimble/BLEManagerImpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ void BLEManagerImpl::StartBleAdvTimeoutTimer(uint32_t aTimeoutInMs)
715715
CancelBleAdvTimeoutTimer();
716716

717717
CHIP_ERROR err = SystemLayer().StartTimer(System::Clock::Milliseconds32(aTimeoutInMs), BleAdvTimeoutHandler, nullptr);
718-
if((err != CHIP_NO_ERROR))
718+
if ((err != CHIP_NO_ERROR))
719719
{
720720
ChipLogError(DeviceLayer, "Failed to start BledAdv timeout timer");
721721
}

0 commit comments

Comments
 (0)