This commit is contained in:
furrtek
2016-01-31 09:34:24 +01:00
parent 29ec87a9ad
commit 44638e504b
166 changed files with 8700 additions and 3967 deletions

View File

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