10000 stmhal: Fix I2C mappings for STM32F429DISC board. · schlafsack/circuitpython@b67eb20 · GitHub
[go: up one dir, main page]

Skip to content

Commit b67eb20

Browse files
siorpaesdpgeorge
authored andcommitted
stmhal: Fix I2C mappings for STM32F429DISC board.
1 parent 4a27ad0 commit b67eb20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stmhal/boards/STM32F429DISC/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#define MICROPY_HW_UART2_PINS (GPIO_PIN_8 | GPIO_PIN_9)
3030

3131
// I2C busses
32-
#define MICROPY_HW_I2C1_SCL (pin_A8)
33-
#define MICROPY_HW_I2C1_SDA (pin_C9)
32+
#define MICROPY_HW_I2C3_SCL (pin_A8)
33+
#define MICROPY_HW_I2C3_SDA (pin_C9)
3434

3535
// SPI busses
3636
//#define MICROPY_HW_SPI1_NSS (pin_A4)

0 commit comments

Comments
 (0)
0