Skip to content

Commit 3a5535f

Browse files
authored
Add spacing for better code readability
1 parent 0d7feb2 commit 3a5535f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • device/usb-bulk-stm32-nucleo-u545re/src

device/usb-bulk-stm32-nucleo-u545re/src/main.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,11 @@ async fn main(_spawner: Spawner) {
132132
// If we had made everything `'static` above instead, we could do this using separate tasks instead.
133133
join(usb_driver, usb_read_write).await;
134134
}
135+
136+
137+
138+
139+
140+
141+
142+

0 commit comments

Comments
 (0)