diff --git a/features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp b/features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp index 6215960dcf..e4cadc531c 100644 --- a/features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp +++ b/features/FEATURE_BLE/targets/TARGET_CORDIO/source/CordioBLE.cpp @@ -555,7 +555,7 @@ void BLE::callDispatcher() wsfOsDispatcher(); - static Timeout nextTimeout; + static LowPowerTimeout nextTimeout; CriticalSectionLock critical_section; if (wsfOsReadyToSleep()) {