Skip to content

Commit 34182d1

Browse files
committed
RMT S2 pin typo + clean forgotten comments
1 parent aafb88b commit 34182d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hil-test/tests/rmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ mod tests {
6868
} else if #[cfg(feature = "esp32s2")] {
6969
let rx_channel = {
7070
use esp_hal::rmt::RxChannelCreator;
71-
rmt.channel1.configure(io.pins.gpio3, rx_config).unwrap()
71+
rmt.channel1.configure(rx, rx_config).unwrap()
7272
};
7373
} else if #[cfg(feature = "esp32s3")] {
7474
let rx_channel = {

0 commit comments

Comments
 (0)