aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C/i2c_pns.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F1xx/I2C/i2c_pns.c')
-rw-r--r--testhal/STM32F1xx/I2C/i2c_pns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32F1xx/I2C/i2c_pns.c b/testhal/STM32F1xx/I2C/i2c_pns.c
index fac6dc965..95218b583 100644
--- a/testhal/STM32F1xx/I2C/i2c_pns.c
+++ b/testhal/STM32F1xx/I2C/i2c_pns.c
@@ -8,8 +8,8 @@
/* I2C1 */
static const I2CConfig i2cfg1 = {
OPMODE_I2C,
- 100000,
- STD_DUTY_CYCLE,
+ 400000,
+ FAST_DUTY_CYCLE_16_9,
};