aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUladzimir Pylinski <barthess@yandex.ru>2016-11-06 11:29:20 +0300
committerGitHub <noreply@github.com>2016-11-06 11:29:20 +0300
commita2fb60981f8c091983bcb3802fab74e9785f8356 (patch)
tree952d1c08e5345fe5a72437780a4fec8a98754035
parent6b98531a281a643ae2651ca79a079b2537007bea (diff)
parentfdc5689c80a35e2f6370a4f3a1d17dcb5c98a238 (diff)
downloadChibiOS-Contrib-a2fb60981f8c091983bcb3802fab74e9785f8356.tar.gz
ChibiOS-Contrib-a2fb60981f8c091983bcb3802fab74e9785f8356.tar.bz2
ChibiOS-Contrib-a2fb60981f8c091983bcb3802fab74e9785f8356.zip
Merge pull request #97 from philfifi/typo_fix
1-Wire. Documentation typo fix.
-rw-r--r--os/hal/src/hal_onewire.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/src/hal_onewire.c b/os/hal/src/hal_onewire.c
index 4e80807..06e63e6 100644
--- a/os/hal/src/hal_onewire.c
+++ b/os/hal/src/hal_onewire.c
@@ -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