We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277c91f commit a105db3Copy full SHA for a105db3
features/FEATURE_BLE/targets/TARGET_CORDIO/CordioBLE.h
@@ -31,7 +31,7 @@
31
#include "ble/generic/GenericGap.h"
32
#include "ble/generic/GenericSecurityManager.h"
33
#include "SimpleEventQueue.h"
34
-#include "Timer.h"
+#include "drivers/LowPowerTimer.h"
35
#include "SigningMonitorProxy.h"
36
#include "CordioPalSecurityManager.h"
37
#include "BleImplementationForward.h"
@@ -171,7 +171,7 @@ class BLE : public ::BLEInstanceBase {
171
172
::BLE::InstanceID_t instanceID;
173
mutable SimpleEventQueue _event_queue;
174
- mbed::Timer _timer;
+ mbed::LowPowerTimer _timer;
175
uint64_t _last_update_us;
176
};
177
0 commit comments