minor typo

This commit is contained in:
Rohit Grover 2014-11-28 12:04:44 +00:00
parent fa14fe1c46
commit e5ccaa669c
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ public:
public:
UARTService(BLEDevice &_ble) :
Stream("blueart"),
Stream("bleuart"),
ble(_ble),
receiveBuffer(),
sendBuffer(),
@ -86,7 +86,7 @@ public:
* prepared to stitch these messages back.
*/
void retargetStdout() {
freopen("/blueart", "w", stdout);
freopen("/bleuart", "w", stdout);
}
/**