We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44397e6 commit 365c7d2Copy full SHA for 365c7d2
hil-test/tests/rmt.rs
@@ -66,10 +66,10 @@ mod tests {
66
rmt.channel1.configure(rx, rx_config).unwrap()
67
};
68
} else if #[cfg(feature = "esp32s2")] {
69
- let rx_channel = {
70
- use esp_hal::rmt::RxChannelCreator;
71
- rmt.channel1.configure(rx, rx_config).unwrap()
72
- };
+ let rx_channel = {
+ use esp_hal::rmt::RxChannelCreator;
+ rmt.channel1.configure(rx, rx_config).unwrap()
+ };
73
} else if #[cfg(feature = "esp32s3")] {
74
let rx_channel = {
75
use esp_hal::rmt::RxChannelCreator;
0 commit comments