aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/LLD/I2Cv2
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-01-16 09:57:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2017-01-16 09:57:39 +0000
commit9a3437d8f0a4b9b16db1d838f597da50d3ec75f2 (patch)
treecb730fc04b7f2b4572e3e234d1617666e93efb7b /os/hal/ports/STM32/LLD/I2Cv2
parent84812a7534511b27636bb54aa1dee23ba0c275a4 (diff)
downloadChibiOS-9a3437d8f0a4b9b16db1d838f597da50d3ec75f2.tar.gz
ChibiOS-9a3437d8f0a4b9b16db1d838f597da50d3ec75f2.tar.bz2
ChibiOS-9a3437d8f0a4b9b16db1d838f597da50d3ec75f2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10052 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/LLD/I2Cv2')
-rw-r--r--os/hal/ports/STM32/LLD/I2Cv2/hal_i2c_lld.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/LLD/I2Cv2/hal_i2c_lld.c b/os/hal/ports/STM32/LLD/I2Cv2/hal_i2c_lld.c
index abfc95856..89607d772 100644
--- a/os/hal/ports/STM32/LLD/I2Cv2/hal_i2c_lld.c
+++ b/os/hal/ports/STM32/LLD/I2Cv2/hal_i2c_lld.c
@@ -940,8 +940,6 @@ void i2c_lld_stop(I2CDriver *i2cp) {
/**
* @brief Receives data via the I2C bus as master.
- * @details Number of receiving bytes must be more than 1 on STM32F1x. This is
- * hardware restriction.
*
* @param[in] i2cp pointer to the @p I2CDriver object
* @param[in] addr slave device address
@@ -1042,8 +1040,6 @@ msg_t i2c_lld_master_receive_timeout(I2CDriver *i2cp, i2caddr_t addr,
/**
* @brief Transmits data via the I2C bus as master.
- * @details Number of receiving bytes must be 0 or more than 1 on STM32F1x.
- * This is hardware restriction.
*
* @param[in] i2cp pointer to the @p I2CDriver object
* @param[in] addr slave device address