From 18b825ef0cd7ad3eed9e76310d94178eb27307d5 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 7 Sep 2010 13:37:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2167 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/i2c_lld.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'os/hal/templates/i2c_lld.h') diff --git a/os/hal/templates/i2c_lld.h b/os/hal/templates/i2c_lld.h index 3a2ceb4aa..77c67cc07 100644 --- a/os/hal/templates/i2c_lld.h +++ b/os/hal/templates/i2c_lld.h @@ -56,7 +56,8 @@ typedef void (*i2ccallback_t)(I2CDriver *i2cp, i2cstatus_t sts); /** * @brief Driver configuration structure. - * @note It could be empty on some architectures. + * @note Implementations may extend this structure to contain more, + * architecture dependent, fields. */ typedef struct { /** @brief I2C bus bit rate.*/ @@ -66,6 +67,8 @@ typedef struct { /** * @brief Structure representing an I2C driver. + * @note Implementations may extend this structure to contain more, + * architecture dependent, fields. */ typedef struct { /** @brief Driver state.*/ -- cgit v1.2.3