bsps/shared: Fix header for fsl-edma

If a different chip variant is used in the i.mxrt BSP, a different
header would have to be included. Make sure that the fsl-edma driver
uses a header that doesn't have to be adapted.
This commit is contained in:
Christian Mauderer
2023-05-04 14:48:29 +02:00
parent 5e78c76c79
commit bb2e2d0c30

View File

@@ -40,7 +40,7 @@
#include <bsp/fatal.h> #include <bsp/fatal.h>
#include <bsp/irq.h> #include <bsp/irq.h>
#ifdef LIBBSP_ARM_IMXRT_BSP_H #ifdef LIBBSP_ARM_IMXRT_BSP_H
#include <MIMXRT1052.h> #include <fsl_device_registers.h>
#endif #endif
#define EDMA_CHANNELS_PER_GROUP 32U #define EDMA_CHANNELS_PER_GROUP 32U