esp-hal: ESP32 typo in cfg-gate in embassy_i2s_read example (#1775)

This commit is contained in:
Juraj Sadel 2024-07-09 15:48:08 +02:00 committed by GitHub
parent e75d43d3f0
commit d5b6c850f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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