I2C. Fixed testahl for F1x.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4409 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2012-07-06 13:01:41 +00:00
parent 74eeb19067
commit 2a1dd61381
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
/* I2C1 */
static const I2CConfig i2cfg1 = {
OPMODE_I2C,
400000,
360000,
FAST_DUTY_CYCLE_16_9,
};