1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-02 04:55:56 +00:00

Reset will_request_interrupt.

This commit is contained in:
Thomas Harte 2021-11-15 16:00:35 -05:00
parent 50a6496399
commit 2a3a7fa8a0

View File

@ -426,6 +426,7 @@ template <> bool Audio::Channel::transit<
}
if(dma_enabled && will_request_interrupt) {
will_request_interrupt = false;
return true;
}