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.
Dependents: microbit-dal microbit-dal microbit-ble-open microbit-dal ... more
Fork of BLE_API by
Diff: services/UARTService.h
- Revision:
- 195:7c0c8ba69626
- Parent:
- 171:6092e61690dc
- Child:
- 197:5551036f054b
--- a/services/UARTService.h Fri Nov 28 14:11:25 2014 +0000
+++ b/services/UARTService.h Fri Nov 28 14:11:25 2014 +0000
@@ -41,7 +41,7 @@
public:
UARTService(BLEDevice &_ble) :
- Stream("blueart"),
+ Stream("bleuart"),
ble(_ble),
receiveBuffer(),
sendBuffer(),
@@ -86,7 +86,7 @@
* prepared to stitch these messages back.
*/
void retargetStdout() {
- freopen("/blueart", "w", stdout);
+ freopen("/bleuart", "w", stdout);
}
/**
