acassis commented on a change in pull request #5439:
URL: https://github.com/apache/incubator-nuttx/pull/5439#discussion_r800739137



##########
File path: boards/arm/stm32/nucleo-l152re/include/board.h
##########
@@ -221,4 +221,11 @@
 #define GPIO_SPI1_MISO   GPIO_SPI1_MISO_2
 #define GPIO_SPI1_SCK    GPIO_SPI1_SCK_1
 
+/* I2C1 */
+
+#define GPIO_I2C1_SCL    GPIO_I2C1_SCL_2  /* PB8  CN5 pin 10, D15 */
+#define GPIO_I2C1_SDA    GPIO_I2C1_SDA_2  /* PB9  CN5 pin 9, D14 */
+
+/* I2C2 */
+

Review comment:
       Since I2C2 doesn't have pin mux option, please remove this comment




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to