VNG board

Fork of BLE_API by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Fri Nov 28 14:11:25 2014 +0000
Parent:
194:669eced4cd5e
Child:
196:febbd68b1095
Commit message:
Synchronized with git rev 6694c00b
Author: Rohit Grover
Merge branch 'uribeacon' into develop

Changed in this revision

services/UARTService.h Show annotated file Show diff for this revision Revisions of this file
--- 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);
     }
 
     /**