forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user