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-22 09:45:42 +02:00
parent 5e78c76c79
commit bb2e2d0c30
+1 -1
View File
@@ -40,7 +40,7 @@
#include <bsp/fatal.h>
#include <bsp/irq.h>
#ifdef LIBBSP_ARM_IMXRT_BSP_H
#include <MIMXRT1052.h>
#include <fsl_device_registers.h>
#endif
#define EDMA_CHANNELS_PER_GROUP 32U