drivers/dynamixel: fix typos

This commit is contained in:
Kaspar Schleiser 2019-10-23 21:24:16 +02:00
parent 54831bbb6e
commit 7704eabfa6

View File

@ -123,7 +123,7 @@ static inline uint16_t dynamixel_reader_get_crc(const dynamixel_reader_t *reader
* *
* @param[in] reader the packet 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 *dynamixel_reader_status_get_payload(const dynamixel_reader_t *reader) static inline const uint8_t *dynamixel_reader_status_get_payload(const dynamixel_reader_t *reader)
{ {