Commit b67eb20e authored by David Siorpaes's avatar David Siorpaes Committed by Damien George

stmhal: Fix I2C mappings for STM32F429DISC board.

parent 4a27ad04
......@@ -29,8 +29,8 @@
#define MICROPY_HW_UART2_PINS (GPIO_PIN_8 | GPIO_PIN_9)
// I2C busses
#define MICROPY_HW_I2C1_SCL (pin_A8)
#define MICROPY_HW_I2C1_SDA (pin_C9)
#define MICROPY_HW_I2C3_SCL (pin_A8)
#define MICROPY_HW_I2C3_SDA (pin_C9)
// SPI busses
//#define MICROPY_HW_SPI1_NSS (pin_A4)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment