configs/stm32f4discovery/include/board.h: Remove only I2C pin config, we can use PB6 and PB9

This commit is contained in:
Alan Carvalho de Assis 2017-11-28 12:20:45 -06:00 committed by Gregory Nutt
parent 5a814a773d
commit a3e6d02d8b

View File

@ -313,13 +313,6 @@
#define DMACHAN_I2S3_RX DMAMAP_SPI3_RX_2
#define DMACHAN_I2S3_TX DMAMAP_SPI3_TX_2
/* I2C config to use with Nunchuk PB7 (SDA) and PB8 (SCL) */
#if 0
#define GPIO_I2C1_SCL GPIO_I2C1_SCL_2
#define GPIO_I2C1_SDA GPIO_I2C1_SDA_1
#endif
/* I2C. Only I2C1 is available on the stm32f4discovery. I2C1_SCL and I2C1_SDA are
* available on the following pins:
*