Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_API by
Diff: services/URIBeaconConfigService.h
- Revision:
- 280:68c8a5e55c96
- Parent:
- 279:00649389c020
- Child:
- 281:e459c5be1a10
--- a/services/URIBeaconConfigService.h Fri Feb 13 13:00:40 2015 +0000
+++ b/services/URIBeaconConfigService.h Fri Feb 13 13:00:41 2015 +0000
@@ -53,7 +53,7 @@
static const uint8_t TX_POWER_MODE_LOW = 1; /*!< Low TX power mode */
static const uint8_t TX_POWER_MODE_MEDIUM = 2; /*!< Medium TX power mode */
static const uint8_t TX_POWER_MODE_HIGH = 3; /*!< High TX power mode */
- static const int NUM_POWER_MODES = 4; /*!< Number of Power Modes defined */
+ static const unisgned int NUM_POWER_MODES = 4; /*!< Number of Power Modes defined */
typedef uint8_t Lock_t[16]; /* 128 bits */
