File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ fn main() -> ! {
4343 // Initialize USART for test output
4444 let ( mut tx, _) = dp. USART2
4545 . usart (
46- ( tx, rx) ,
46+ tx, rx,
4747 serial:: Config :: default ( )
4848 . baudrate ( 115_200 . bps ( ) ) ,
4949 & mut rcc,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ fn main() -> ! {
4444 // Initialize USART for test output
4545 let ( mut tx, _) = dp. USART2
4646 . usart (
47- ( tx, rx) ,
47+ tx, rx,
4848 serial:: Config :: default ( )
4949 . baudrate ( 115_200 . bps ( ) ) ,
5050 & mut rcc,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ fn main() -> ! {
4747 // Initialize USART for test output
4848 let ( mut tx, _) = dp. USART2
4949 . usart (
50- ( tx, rx) ,
50+ tx, rx,
5151 serial:: Config :: default ( )
5252 . baudrate ( 115_200 . bps ( ) ) ,
5353 & mut rcc,
You can’t perform that action at this time.
0 commit comments