nxp LPC55S69: fix i2c pin mapping

pull/11734/head
Maciej Bocianski 2019-10-23 08:41:39 +02:00
parent 97ef25f52f
commit bb9197536d
1 changed files with 2 additions and 2 deletions

View File

@ -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,