stm32l0: dma: include dma_cselr, present on l0x1-2-3.

This commit is contained in:
Guillaume Revaillot 2019-06-11 16:58:58 +02:00 committed by Karl Palsson
parent e06898d9a4
commit eb0bc099f4

View File

@ -32,6 +32,7 @@
#define LIBOPENCM3_DMA_H
#include <libopencm3/stm32/common/dma_common_l1f013.h>
#include <libopencm3/stm32/common/dma_common_csel.h>
#endif