Skip to content

Commit ebea054

Browse files
committed
Remove commented out method
1 parent 41f95ed commit ebea054

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ impl SerialPort {
6666
unsafe { LineStsFlags::from_bits_truncate(self.line_sts.read()) }
6767
}
6868

69-
// pub fn receive(&mut self) {
70-
// while self.line_sts().contains(LineStsFlags::INPUT_FULL) {
71-
// //
72-
// }
73-
// }
74-
7569
pub fn send(&mut self, data: u8) {
7670
unsafe {
7771
match data {

0 commit comments

Comments
 (0)