git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6509 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-11-26 08:11:38 +00:00
parent 33e06a6286
commit ff8d0f326c
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ msg_t i2cMasterReceiveTimeout(I2CDriver *i2cp,
#if I2C_USE_MUTUAL_EXCLUSION || defined(__DOXYGEN__) #if I2C_USE_MUTUAL_EXCLUSION || defined(__DOXYGEN__)
/** /**
* @brief Gains exclusive access to the I2C bus. * @brief Gains exclusive access to the I2C bus.
* @details This function tries to gain ownership to the SPI bus, if the bus * @details This function tries to gain ownership to the I2C bus, if the bus
* is already being used then the invoking thread is queued. * is already being used then the invoking thread is queued.
* @pre In order to use this function the option @p I2C_USE_MUTUAL_EXCLUSION * @pre In order to use this function the option @p I2C_USE_MUTUAL_EXCLUSION
* must be enabled. * must be enabled.