Skip to content

Commit a305178

Browse files
committed
fixup: mmc: remove execute_tuning method
Removes the `MmcOps::execute_tuning` trait method since it is a better fit for driver-level implementation.
1 parent 5d8f501 commit a305178

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

embedded-hal/src/mmc.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ pub trait MmcOps {
7777
/// Requests the card to send a tuning block.
7878
fn send_tuning(&mut self, mode: TuningMode, width: TuningWidth) -> Result<(), Self::Error>;
7979

80-
/// Executes MMC tuning.
81-
fn execute_tuning(&mut self, mode: TuningMode, width: TuningWidth) -> Result<(), Self::Error>;
82-
8380
/// Gets the interrupts status as a 32-bit bitfield.
8481
fn interrupt(&self) -> u32;
8582

0 commit comments

Comments
 (0)