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() -> ! {
43
43
// Initialize USART for test output
44
44
let ( mut tx, _) = dp. USART2
45
45
. usart (
46
- ( tx, rx) ,
46
+ tx, rx,
47
47
serial:: Config :: default ( )
48
48
. baudrate ( 115_200 . bps ( ) ) ,
49
49
& mut rcc,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ fn main() -> ! {
44
44
// Initialize USART for test output
45
45
let ( mut tx, _) = dp. USART2
46
46
. usart (
47
- ( tx, rx) ,
47
+ tx, rx,
48
48
serial:: Config :: default ( )
49
49
. baudrate ( 115_200 . bps ( ) ) ,
50
50
& mut rcc,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ fn main() -> ! {
47
47
// Initialize USART for test output
48
48
let ( mut tx, _) = dp. USART2
49
49
. usart (
50
- ( tx, rx) ,
50
+ tx, rx,
51
51
serial:: Config :: default ( )
52
52
. baudrate ( 115_200 . bps ( ) ) ,
53
53
& mut rcc,
You can’t perform that action at this time.
0 commit comments