diff --git a/cpu/saml21/cpu.c b/cpu/saml21/cpu.c index bcf04e9fa7..0cae6a1e23 100644 --- a/cpu/saml21/cpu.c +++ b/cpu/saml21/cpu.c @@ -284,6 +284,10 @@ void cpu_init(void) SUPC->BOD33.bit.ENABLE=0; #endif +#ifdef MODULE_PERIPH_DMA + /* initialize DMA streams */ + dma_init(); +#endif /* initialize stdio prior to periph_init() to allow use of DEBUG() there */ stdio_init();