Skip to content

Commit 7c00b7a

Browse files
committed
add
1 parent 871968d commit 7c00b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bsp/gd32/arm/gd32e230-lckfb/.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ CONFIG_BSP_USING_UART0=y
14511451
#
14521452
CONFIG_BSP_USING_HW_I2C=y
14531453
CONFIG_BSP_USING_HW_I2C0=y
1454-
CONFIG_BSP_HW_I2C0_CLOCK_SPEED=400000
1454+
CONFIG_BSP_HW_I2C0_CLOCK_SPEED=100000
14551455
# CONFIG_BSP_USING_HW_I2C1 is not set
14561456
# CONFIG_BSP_USING_I2C0 is not set
14571457
# CONFIG_BSP_USING_I2C1 is not set

bsp/gd32/arm/gd32e230-lckfb/rtconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428

429429
#define BSP_USING_HW_I2C
430430
#define BSP_USING_HW_I2C0
431-
#define BSP_HW_I2C0_CLOCK_SPEED 400000
431+
#define BSP_HW_I2C0_CLOCK_SPEED 100000
432432
/* end of I2C Configuration */
433433
/* end of On-chip Peripheral Drivers */
434434

0 commit comments

Comments
 (0)