We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7eaa08 commit 6f820e9Copy full SHA for 6f820e9
src/gpdma/future.rs
@@ -25,6 +25,7 @@ impl<'a, CH: DmaChannel> IntoFuture for DmaTransfer<'a, CH> {
25
type IntoFuture = DmaTransferFuture<'a, CH>;
26
27
fn into_future(self) -> DmaTransferFuture<'a, CH> {
28
+ self.enable_interrupts();
29
DmaTransferFuture { transfer: self }
30
}
31
0 commit comments