mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 23:32:28 +00:00
Reset will_request_interrupt
.
This commit is contained in:
parent
50a6496399
commit
2a3a7fa8a0
@ -426,6 +426,7 @@ template <> bool Audio::Channel::transit<
|
||||
}
|
||||
|
||||
if(dma_enabled && will_request_interrupt) {
|
||||
will_request_interrupt = false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user