diff options
| author | Lachezar Lechev <[email protected]> | 2023-03-20 16:34:30 +0200 |
|---|---|---|
| committer | Lachezar Lechev <[email protected]> | 2023-03-20 16:34:30 +0200 |
| commit | 7a4db1da2641c785f5fd9d2365df2a213f3aaade (patch) | |
| tree | 2b65b047a5aa6c151b5ce886245c3295506ada7e /embassy-rp/src/dma.rs | |
| parent | b6663a013f8632cefbc6d6ab9a9aa7afbcd1314b (diff) | |
fix(rp): spi transfer
Signed-off-by: Lachezar Lechev <[email protected]>
Diffstat (limited to 'embassy-rp/src/dma.rs')
| -rw-r--r-- | embassy-rp/src/dma.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-rp/src/dma.rs b/embassy-rp/src/dma.rs index 05adcecdd..ba07a88df 100644 --- a/embassy-rp/src/dma.rs +++ b/embassy-rp/src/dma.rs | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | //! Direct Memory Access (DMA) | ||
| 1 | use core::future::Future; | 2 | use core::future::Future; |
| 2 | use core::pin::Pin; | 3 | use core::pin::Pin; |
| 3 | use core::sync::atomic::{compiler_fence, Ordering}; | 4 | use core::sync::atomic::{compiler_fence, Ordering}; |
