From 2a1dd613812badd702762913125855e8fe321f85 Mon Sep 17 00:00:00 2001 From: barthess Date: Fri, 6 Jul 2012 13:01:41 +0000 Subject: I2C. Fixed testahl for F1x. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4409 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F1xx/I2C/i2c_pns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/STM32F1xx/I2C/i2c_pns.c b/testhal/STM32F1xx/I2C/i2c_pns.c index 180500a6c..96ac9a0bd 100644 --- a/testhal/STM32F1xx/I2C/i2c_pns.c +++ b/testhal/STM32F1xx/I2C/i2c_pns.c @@ -28,7 +28,7 @@ /* I2C1 */ static const I2CConfig i2cfg1 = { OPMODE_I2C, - 400000, + 360000, FAST_DUTY_CYCLE_16_9, }; -- cgit v1.2.3