Skip to content

Commit e66fcb5

Browse files
committed
add missing newline
1 parent 40f920f commit e66fcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/stm32f4/boards/pyboard_v11/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000)
3737

3838
#define DEFAULT_I2C_BUS_SCL (&pin_PB06)
39-
#define DEFAULT_I2C_BUS_SDA (&pin_PB07)
39+
#define DEFAULT_I2C_BUS_SDA (&pin_PB07)

0 commit comments

Comments
 (0)