mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
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 New Issue
Block a user