Skip to content

Commit 321da16

Browse files
committed
fix formatting
1 parent 1753f1b commit 321da16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/rtic-i2s-audio-in-out.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,7 @@ mod app {
350350
if status.fre() {
351351
log::spawn("i2s3 Frame error").ok();
352352
i2s3_driver.disable();
353-
i2s3_driver
354-
.ws_pin_mut()
355-
.enable_interrupt(exti);
353+
i2s3_driver.ws_pin_mut().enable_interrupt(exti);
356354
}
357355
if status.udr() {
358356
log::spawn("i2s3 udr").ok();

0 commit comments

Comments
 (0)