aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.c
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-12 15:50:35 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-12 15:50:35 +0000
commitd3e15bccfc41af4e4d3972003ff06b69de2225bc (patch)
tree2270080008d85d1418004576832effd8876537b4 /os/hal/platforms/STM32/i2c_lld.c
parent7148a664b5c73138a504cd61a1882cfb91ba3b7a (diff)
downloadChibiOS-d3e15bccfc41af4e4d3972003ff06b69de2225bc.tar.gz
ChibiOS-d3e15bccfc41af4e4d3972003ff06b69de2225bc.tar.bz2
ChibiOS-d3e15bccfc41af4e4d3972003ff06b69de2225bc.zip
I2C. Revert const qualifier to the pointer to I2CSlaveConfig.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3310 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/i2c_lld.c')
-rw-r--r--os/hal/platforms/STM32/i2c_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/i2c_lld.c b/os/hal/platforms/STM32/i2c_lld.c
index 48bdb3e4e..202669f8e 100644
--- a/os/hal/platforms/STM32/i2c_lld.c
+++ b/os/hal/platforms/STM32/i2c_lld.c
@@ -40,7 +40,7 @@
* Note:
* When the STOP, START or PEC bit is set, the software must NOT perform
* any write access to I2C_CR1 before this bit is cleared by hardware.
- * Otherwise there is a risk of setting a second STOP, START or PEC request.
+ * Otherwise there is a risk of setting a second STOP, START or PEC request.
*/
/*===========================================================================*/