Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Dec 17, 2023
1 parent c70ea1a commit 0c5dcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/lpspi/write_part.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl<const N: u8> LpspiWritePart<'_, N> {
len: NonZeroUsize,
) {
log::info!("DMA!");

// TODO: implement
for i in 0..len.get() {
let val = data.add(i).read();
self.tx_fifo_enqueue_data(val).await;
Expand Down

0 comments on commit 0c5dcae

Please sign in to comment.