mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 05:17:39 +00:00
SYNC
This commit is contained in:
@@ -54,7 +54,7 @@ void Channel::configure(
|
||||
const LLI& first_lli,
|
||||
const uint32_t config
|
||||
) const {
|
||||
disable_force();
|
||||
disable();
|
||||
clear_interrupts();
|
||||
|
||||
LPC_GPDMA_Channel_Type* const channel = &LPC_GPDMA->CH[number];
|
||||
@@ -69,7 +69,6 @@ void Channel::configure(
|
||||
|
||||
extern "C" {
|
||||
|
||||
LOCATE_IN_RAM
|
||||
CH_IRQ_HANDLER(DMA_IRQHandler) {
|
||||
CH_IRQ_PROLOGUE();
|
||||
|
||||
|
Reference in New Issue
Block a user