Removing dac isr clear

master
Ryan Summers 2021-01-12 14:15:45 +01:00
parent 09ecd3291a
commit bcf7a59993
1 changed files with 0 additions and 1 deletions

View File

@ -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();