Skip to content

Commit 9dae672

Browse files
author
Donatien Garnier
committed
Fixes for features/FEATURE_BLE/ble/services/EddystoneConfigService.h
1 parent bc2bd89 commit 9dae672

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

features/FEATURE_BLE/ble/services/EddystoneConfigService.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
#include "ble/BLE.h"
2323
#include "ble/services/EddystoneService.h"
24+
#include "Timer.h"
25+
#include "Ticker.h"
2426

2527
#define UUID_URI_BEACON(FIRST, SECOND) { \
2628
0xee, 0x0c, FIRST, SECOND, 0x87, 0x86, 0x40, 0xba, \
@@ -496,8 +498,8 @@ class EddystoneConfigService
496498

497499
BLEDevice &ble;
498500
Params_t &params;
499-
Ticker timeSinceBootTick;
500-
Timeout switchFrame;
501+
mbed::Ticker timeSinceBootTick;
502+
mbed::Timeout switchFrame;
501503
// Default value that is restored on reset.
502504
PowerLevels_t &defaultAdvPowerLevels; // This goes into the advertising frames (radio power measured at 1m from device).
503505
PowerLevels_t &radioPowerLevels; // This configures the power levels of the radio.

0 commit comments

Comments
 (0)