aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/i2c_lld.h
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-24 10:36:41 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-24 10:36:41 +0000
commit73ce7b4fe096f227fbabbe471a283f1b916383fb (patch)
treeb1438dbe42067257e464a5630471ede88fda48a4 /os/hal/platforms/STM32/i2c_lld.h
parentd2b62026fc589cb36955d173417c0741edea4b4a (diff)
downloadChibiOS-73ce7b4fe096f227fbabbe471a283f1b916383fb.tar.gz
ChibiOS-73ce7b4fe096f227fbabbe471a283f1b916383fb.tar.bz2
ChibiOS-73ce7b4fe096f227fbabbe471a283f1b916383fb.zip
I2C. Commets in examples changed to /**/
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3077 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/i2c_lld.h')
-rw-r--r--os/hal/platforms/STM32/i2c_lld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32/i2c_lld.h b/os/hal/platforms/STM32/i2c_lld.h
index 51c975c37..d9cd40915 100644
--- a/os/hal/platforms/STM32/i2c_lld.h
+++ b/os/hal/platforms/STM32/i2c_lld.h
@@ -165,8 +165,8 @@ struct I2CDriver{
size_t txbytes; /*!< Number of bytes to be transmitted. */
size_t rxbytes; /*!< Number of bytes to be received. */
- uint8_t *rxbuff_p; /*!< Pointer to the current byte in slave rx buffer. */
- uint8_t *txbuff_p; /*!< Pointer to the current byte in slave tx buffer. */
+ uint8_t *rxbuff_p; /*!< Pointer to the current byte in slave rx buffer. */
+ uint8_t *txbuff_p; /*!< Pointer to the current byte in slave tx buffer. */
i2cflags_t errors; /*!< Error flags.*/
i2cflags_t flags; /*!< State flags.*/