mirror of
https://github.com/google/pebble.git
synced 2026-02-18 11:16:50 -05:00
spelling: returns
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -300,7 +300,7 @@ Uint32List *attribute_get_uint32_list(const AttributeList *attr_list, AttributeI
|
|||||||
//! @param attr_list a pointer to the list of attributes to serialize
|
//! @param attr_list a pointer to the list of attributes to serialize
|
||||||
//! @param buffer a pointer to the buffer to write to
|
//! @param buffer a pointer to the buffer to write to
|
||||||
//! @param buf_end the end of buffer
|
//! @param buf_end the end of buffer
|
||||||
//! @retuns the number of serialized bytes
|
//! @returns the number of serialized bytes
|
||||||
size_t attribute_list_serialize(const AttributeList *attr_list, uint8_t *buffer, uint8_t *buf_end);
|
size_t attribute_list_serialize(const AttributeList *attr_list, uint8_t *buffer, uint8_t *buf_end);
|
||||||
|
|
||||||
//! Calculate the required size for a buffer to store a list of attributes
|
//! Calculate the required size for a buffer to store a list of attributes
|
||||||
|
|||||||
Reference in New Issue
Block a user