mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00
esp-hal: ESP32 typo in cfg-gate in embassy_i2s_read example (#1775)
This commit is contained in:
parent
e75d43d3f0
commit
d5b6c850f9
@ -63,7 +63,7 @@ async fn main(_spawner: Spawner) {
|
||||
&clocks,
|
||||
);
|
||||
|
||||
#[cfg(not(features = "esp32"))]
|
||||
#[cfg(not(feature = "esp32"))]
|
||||
let i2s = i2s.with_mclk(io.pins.gpio0);
|
||||
|
||||
let i2s_rx = i2s
|
||||
|
Loading…
x
Reference in New Issue
Block a user