Skip to content

Commit 58ef53a

Browse files
authored
Merge pull request #11734 from maciejbocianski/nxp_lpc55s69_i2c_pinmap_fix
nxp LPC55S69: fix i2c pin mapping
2 parents 19fc2b1 + bb91975 commit 58ef53a

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/TARGET_LPCXpresso

1 file changed

+2
-2
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/TARGET_LPCXpresso/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ typedef enum {
177177
A1 = P0_23,
178178
A2 = P0_0,
179179
A3 = P1_31,
180-
A4 = P0_14,
181-
A5 = P0_13,
180+
A4 = P0_13,
181+
A5 = P0_14,
182182

183183
//SPI Pins configuration
184184
SPI_MOSI = D11,

0 commit comments

Comments
 (0)