You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2021/09/08 00:34:25 UTC

[incubator-nuttx] branch master updated: Fix error in s32k118_pinmux.h

This is an automated email from the ASF dual-hosted git repository.

davids5 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 5f63fa3  Fix error in s32k118_pinmux.h
5f63fa3 is described below

commit 5f63fa391f8472c9b938e2b657bcf577b6752501
Author: Jari van Ewijk <ja...@nxp.com>
AuthorDate: Tue Sep 7 18:09:07 2021 +0200

    Fix error in s32k118_pinmux.h
---
 arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h b/arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h
index 5de49b7..ebc6f3a 100644
--- a/arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h
+++ b/arch/arm/src/s32k1xx/hardware/s32k118_pinmux.h
@@ -182,7 +182,7 @@
 #define PIN_LPSPI0_PCS2           (PIN_ALT2   | PIN_PORTE | PIN6)
 #define PIN_LPSPI0_SCK_1          (PIN_ALT2   | PIN_PORTE | PIN0)
 #define PIN_LPSPI0_SCK_2          (PIN_ALT3   | PIN_PORTB | PIN2)
-#define PIN_LPSPI0_SCK            (PIN_ALT4   | PIN_PORTD | PIN15)
+#define PIN_LPSPI0_SCK_3          (PIN_ALT4   | PIN_PORTD | PIN15)
 #define PIN_LPSPI0_SIN_1          (PIN_ALT2   | PIN_PORTE | PIN1)
 #define PIN_LPSPI0_SIN_2          (PIN_ALT3   | PIN_PORTB | PIN3)
 #define PIN_LPSPI0_SIN_3          (PIN_ALT4   | PIN_PORTD | PIN16)