Skip to content

Commit a105db3

Browse files
committed
BLE - Use LowPowerTimer instead of Timer in the Cordio stack.
1 parent 277c91f commit a105db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/CordioBLE.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "ble/generic/GenericGap.h"
3232
#include "ble/generic/GenericSecurityManager.h"
3333
#include "SimpleEventQueue.h"
34-
#include "Timer.h"
34+
#include "drivers/LowPowerTimer.h"
3535
#include "SigningMonitorProxy.h"
3636
#include "CordioPalSecurityManager.h"
3737
#include "BleImplementationForward.h"
@@ -171,7 +171,7 @@ class BLE : public ::BLEInstanceBase {
171171

172172
::BLE::InstanceID_t instanceID;
173173
mutable SimpleEventQueue _event_queue;
174-
mbed::Timer _timer;
174+
mbed::LowPowerTimer _timer;
175175
uint64_t _last_update_us;
176176
};
177177

0 commit comments

Comments
 (0)