Skip to content

Commit c40b715

Browse files
committed
gpdma: make wakers accessible from DmaChannelImpl
# Conflicts: # src/gpdma/ch.rs
1 parent c38d437 commit c40b715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gpdma/future.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ impl<'a, CH: DmaChannel> IntoFuture for DmaTransfer<'a, CH> {
2525
type IntoFuture = DmaTransferFuture<'a, CH>;
2626

2727
fn into_future(self) -> DmaTransferFuture<'a, CH> {
28+
self.enable_interrupts();
2829
DmaTransferFuture { transfer: self }
2930
}
3031
}

0 commit comments

Comments
 (0)