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 aafb88b commit 34182d1Copy full SHA for 34182d1
hil-test/tests/rmt.rs
@@ -68,7 +68,7 @@ mod tests {
68
} else if #[cfg(feature = "esp32s2")] {
69
let rx_channel = {
70
use esp_hal::rmt::RxChannelCreator;
71
- rmt.channel1.configure(io.pins.gpio3, rx_config).unwrap()
+ rmt.channel1.configure(rx, rx_config).unwrap()
72
};
73
} else if #[cfg(feature = "esp32s3")] {
74
0 commit comments