1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/feetech: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:24:16 +02:00
parent 6d79a068b0
commit c2f4d0bb7a

View File

@ -157,7 +157,7 @@ static inline uint8_t feetech_reader_get_instr(const feetech_reader_t *reader)
*
* @param[in] reader the packet reader
*
* @return the addess of the beginning of the payload
* @return the address of the beginning of the payload
*/
static inline const uint8_t *feetech_reader_response_get_payload(const feetech_reader_t *reader)
{
@ -181,7 +181,7 @@ static inline size_t feetech_reader_response_get_payload_size(const feetech_read
*
* @param[in] reader the packet reader
*
* @return the beginning addess of the payload
* @return the beginning address of the payload
*/
static inline const uint8_t *feetech_reader_write_get_payload(const feetech_reader_t *reader)
{
@ -285,7 +285,7 @@ uint8_t feetech_reader_sync_write_item_get_id(const feetech_reader_t *reader, ui
* @param[in] reader the packet reader
* @param[in] index the item index
*
* @return the beginning addess of the payload
* @return the beginning address of the payload
*/
const uint8_t *feetech_reader_sync_write_item_get_payload(const feetech_reader_t *reader, uint8_t index);