nxp LPC55S69: fix i2c pin mapping

pull/11894/head
Maciej Bocianski 2019-10-23 08:41:39 +02:00 committed by adbridge
parent 83c354432d
commit 4075d417a2
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,