Skip to content

Commit

Permalink
fix: Revert deleted input arg
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Sep 6, 2024
1 parent a709f83 commit 2fabc78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp-hal/src/spi/slave.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ pub mod dma {
/// line.
pub fn dma_transfer<'t, RXBUF, TXBUF>(
&'t mut self,
words: &'t TXBUF,
read_buffer: &'t mut RXBUF,
) -> Result<DmaTransferRxTx<'t, Self>, Error>
where
Expand Down

0 comments on commit 2fabc78

Please sign in to comment.