Skip to content

Commit

Permalink
SPI
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Dec 20, 2024
1 parent dd309c6 commit c9dbb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/spi/master.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3231,7 +3231,7 @@ impl Driver {
// wait
}
} else if #[cfg(esp32)] {
xtensa_lx::timer::delay(1);
xtensa_lx::timer::delay(2); // ☠️
} else {
// Doesn't seem to be needed for ESP32-S2
}
Expand Down

0 comments on commit c9dbb96

Please sign in to comment.