Skip to content

Commit 3d3f454

Browse files
[MCUX-78851][RT1186] Add imxrt1186 support into mu transport layer
Signed-off-by: Michal Princ <michal.princ@nxp.com>
1 parent 5580aea commit 3d3f454

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

erpc_c/transports/erpc_mu_transport.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)