mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +08:00
s32k3xx: edma compile fix
Refactoring didn't add the required spinlock Signed-off-by: Peter van der Perk <peter.vanderperk@nxp.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e46c2348ce
commit
ca9a597af0
@@ -156,6 +156,7 @@ struct s32k3xx_edma_s
|
|||||||
/* This array describes each DMA channel */
|
/* This array describes each DMA channel */
|
||||||
|
|
||||||
struct s32k3xx_dmach_s dmach[S32K3XX_EDMA_NCHANNELS];
|
struct s32k3xx_dmach_s dmach[S32K3XX_EDMA_NCHANNELS];
|
||||||
|
spinlock_t lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user