BLE_API_Tiny_BLE

Dependents:   CSSE4011_BLE_IMU

Fork of BLE_API by Bluetooth Low Energy

Revision:
170:e1868d922d93
Parent:
146:543877bb1f52
Child:
171:6092e61690dc
--- a/services/UARTService.h	Fri Nov 28 14:11:22 2014 +0000
+++ b/services/UARTService.h	Fri Nov 28 14:11:22 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);
     }
 
     /**