Fix serial console carriage return
This commit is contained in:
parent
1b7ea69430
commit
7a361b34db
|
@ -79,9 +79,6 @@ impl SerialPort {
|
|||
self.write(b' ');
|
||||
self.write(8);
|
||||
},
|
||||
b'\r' => {
|
||||
self.write(b'\n');
|
||||
},
|
||||
_ => {
|
||||
self.write(data);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue