minor typo
This commit is contained in:
parent
fa14fe1c46
commit
e5ccaa669c
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue