aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-06 13:01:41 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-06 13:01:41 +0000
commit2a1dd613812badd702762913125855e8fe321f85 (patch)
treed767d331eb7a1b796246ef717a35a988d423369b /testhal
parent74eeb190672359c4a53ad4805f713008c9bbb9ca (diff)
downloadChibiOS-2a1dd613812badd702762913125855e8fe321f85.tar.gz
ChibiOS-2a1dd613812badd702762913125855e8fe321f85.tar.bz2
ChibiOS-2a1dd613812badd702762913125855e8fe321f85.zip
I2C. Fixed testahl for F1x.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4409 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r--testhal/STM32F1xx/I2C/i2c_pns.c2
1 files changed, 1 insertions, 1 deletions
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,
};