Removing dac isr clear
This commit is contained in:
parent
09ecd3291a
commit
bcf7a59993
@ -187,7 +187,6 @@ macro_rules! dac_output {
|
||||
let next_buffer = self.next_buffer.take().unwrap();
|
||||
|
||||
// Start the next transfer.
|
||||
self.transfer.clear_interrupts();
|
||||
let (prev_buffer, _, _) =
|
||||
self.transfer.next_transfer(next_buffer).unwrap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user