Skip to content

Commit 339c57f

Browse files
committed
BLE - Use low power timeout in cordio::BLE::callDispatcher .
1 parent 63b7e69 commit 339c57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ void BLE::callDispatcher()
555555

556556
wsfOsDispatcher();
557557

558-
static Timeout nextTimeout;
558+
static LowPowerTimeout nextTimeout;
559559
CriticalSectionLock critical_section;
560560

561561
if (wsfOsReadyToSleep()) {

0 commit comments

Comments
 (0)