Skip to content

Commit bf020ad

Browse files
committed
Remove failed symbol
1 parent 41afe21 commit bf020ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serial/usart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ where
189189
.iter()
190190
.map(|c| block!(self.write(*c)))
191191
.next_back();
192-
Ok(())ß
192+
Ok(())
193193
}
194194
}
195195

0 commit comments

Comments
 (0)