File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ extern "C" {
4848#define MU_REG_COUNT (MU_RR_COUNT) /* !< Count of MU tx/rx registers to be used by this transport layer */
4949#endif /* ERPC_TRANSPORT_MU_USE_MCMGR */
5050
51- #if (defined(MIMXRT1187_cm7_SERIES ) || defined(MIMXRT1187_cm33_SERIES ) || defined(MIMXRT1189_cm7_SERIES ) || \
52- defined (MIMXRT1189_cm33_SERIES ) || defined(MIMXRT798S_cm33_core0_SERIES ) || \
53- defined(MIMXRT798S_cm33_core1_SERIES))
51+ #if (defined(MIMXRT1186_cm7_SERIES ) || defined(MIMXRT1186_cm33_SERIES ) || defined(MIMXRT1187_cm7_SERIES ) || \
52+ defined (MIMXRT1187_cm33_SERIES ) || defined(MIMXRT1189_cm7_SERIES ) || defined(MIMXRT1189_cm33_SERIES) || \
53+ defined(MIMXRT798S_cm33_core0_SERIES) || defined( MIMXRT798S_cm33_core1_SERIES))
5454#define MU_TX_SHIFT (1UL << (MU_REG_COUNT - 1U ))
5555#define MU_RX_SHIFT (1UL << (MU_REG_COUNT - 1U ))
5656#define MU_RX_INTR_MASK (MU_RX_INTR(MU_RX_SHIFT))
You can’t perform that action at this time.
0 commit comments