mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
Two new bits were added to the ctrl register, and existing bits were shifted, so use DMA_CH0_CTRL_TRIG_xxx constants to generalise the code. Signed-off-by: Damien George <damien@micropython.org>