Skip to content

Commit

Permalink
Merge pull request #11734 from maciejbocianski/nxp_lpc55s69_i2c_pinma…
Browse files Browse the repository at this point in the history
…p_fix

nxp LPC55S69: fix i2c pin mapping
  • Loading branch information
0xc0170 committed Oct 24, 2019
2 parents 19fc2b1 + bb91975 commit 58ef53a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ typedef enum {
A1 = P0_23,
A2 = P0_0,
A3 = P1_31,
A4 = P0_14,
A5 = P0_13,
A4 = P0_13,
A5 = P0_14,

//SPI Pins configuration
SPI_MOSI = D11,
Expand Down

0 comments on commit 58ef53a

Please sign in to comment.