Merge pull request #97 from philfifi/typo_fix

1-Wire. Documentation typo fix.
This commit is contained in:
Uladzimir Pylinski 2016-11-06 11:29:20 +03:00 committed by GitHub
commit a2fb60981f
1 changed files with 2 additions and 2 deletions

View File

@ -679,7 +679,7 @@ bool onewireReset(onewireDriver *owp) {
}
/**
* @brief Read some bites from slave device.
* @brief Read some bytes from slave device.
*
* @param[in] owp pointer to the @p onewireDriver object
* @param[out] rxbuf pointer to the buffer for read data
@ -727,7 +727,7 @@ void onewireRead(onewireDriver *owp, uint8_t *rxbuf, size_t rxbytes) {
}
/**
* @brief Read some bites from slave device.
* @brief Write some bytes to slave device.
*
* @param[in] owp pointer to the @p onewireDriver object
* @param[in] txbuf pointer to the buffer with data to be written