updates
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal-eddystone by
BLE_API.lib@51:9198e7bb83dc, 2016-07-13 (annotated)
- Committer:
- LancasterUniversity
- Date:
- Wed Jul 13 12:18:30 2016 +0100
- Revision:
- 51:9198e7bb83dc
- Parent:
- 0:fb15f7887843
Synchronized with git rev d8c083d4
Author: Brendan Moran
Add missing const qualifier from add operator
This change permits more friendly use of the type such as:
```C++
ManagedString s = "A";
ManagedString b = s + ", " + 2;
```
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JonnyA | 0:fb15f7887843 | 1 | https://developer.mbed.org/teams/Lancaster-University/code/BLE_API/#dd2f69fad8c6 |