Skip to content

Commit 2ff8b24

Browse files
committed
indentation
1 parent 8a3ee1d commit 2ff8b24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hil-test/tests/rmt.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ mod tests {
6666
rmt.channel1.configure(rx, rx_config).unwrap()
6767
};
6868
} else if #[cfg(feature = "esp32s2")] {
69-
let rx_channel = {
70-
use esp_hal::rmt::RxChannelCreator;
71-
rmt.channel1.configure(rx, rx_config).unwrap()
72-
};
69+
let rx_channel = {
70+
use esp_hal::rmt::RxChannelCreator;
71+
rmt.channel1.configure(rx, rx_config).unwrap()
72+
};
7373
} else if #[cfg(feature = "esp32s3")] {
7474
let rx_channel = {
7575
use esp_hal::rmt::RxChannelCreator;

0 commit comments

Comments
 (0)