From 9a3437d8f0a4b9b16db1d838f597da50d3ec75f2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 16 Jan 2017 09:57:39 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10052 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/LLD/I2Cv2/hal_i2c_lld.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os/hal/ports/STM32/LLD/I2Cv2') 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 -- cgit v1.2.3