File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ use esp_hal::{
1414 dma:: { Dma , DmaPriority } ,
1515 dma_buffers,
1616 peripherals:: Peripherals ,
17- // prelude::*,
1817} ;
1918use hil_test as _;
2019
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ mod tests {
2020
2121 #[ init]
2222 fn init ( ) -> Context {
23- // let peripherals = esp_hal::init(esp_hal::Config::default());
2423 let delay = Delay :: new ( ) ;
2524
2625 Context { delay }
Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments