From fdc5689c80a35e2f6370a4f3a1d17dcb5c98a238 Mon Sep 17 00:00:00 2001 From: Philippe LUC Date: Sat, 5 Nov 2016 23:23:13 +0100 Subject: [PATCH] 1-Wire. Just typo fix --- os/hal/src/hal_onewire.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/hal/src/hal_onewire.c b/os/hal/src/hal_onewire.c index 4e808079..06e63e68 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