BLE - Use low power timeout in cordio::BLE::callDispatcher .

pull/10162/head
Vincent Coubard 2019-03-19 16:26:29 +00:00
parent 63b7e69d89
commit 339c57f6a7
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ void BLE::callDispatcher()
wsfOsDispatcher();
static Timeout nextTimeout;
static LowPowerTimeout nextTimeout;
CriticalSectionLock critical_section;
if (wsfOsReadyToSleep()) {