File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
2- * Copyright 2022-2024 NXP
2+ * Copyright 2022-2025 NXP
33 *
44 * SPDX-License-Identifier: BSD-3-Clause
55 */
@@ -135,9 +135,10 @@ erpc_status_t LPSpiSlaveTransport::init(void)
135135 lpspi_slave_config_t lpspiConfig;
136136
137137 LPSPI_SlaveGetDefaultConfig (&lpspiConfig);
138- #if defined(MIMXRT798S_cm33_core0_SERIES) || defined(MIMXRT798S_cm33_core1_SERIES) || \
138+ #if ( defined(MIMXRT798S_cm33_core0_SERIES) || defined(MIMXRT798S_cm33_core1_SERIES) || \
139139 defined (MIMXRT758S_cm33_core0_SERIES) || defined (MIMXRT758S_cm33_core1_SERIES) || \
140- defined (MIMXRT735S_cm33_core0_SERIES) || defined (MIMXRT735S_cm33_core1_SERIES)
140+ defined (MIMXRT735S_cm33_core0_SERIES) || defined (MIMXRT735S_cm33_core1_SERIES)) && \
141+ defined (FSL_FEATURE_SILICON_VERSION_A)
141142 lpspiConfig.pinCfg = kLPSPI_SdoInSdiOut ;
142143#endif
143144
You can’t perform that action at this time.
0 commit comments