Skip to content

Commit

Permalink
Update src/app/util/af.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored Apr 9, 2021
1 parent 3728826 commit f17ba9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/util/af.h
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,8 @@ uint16_t emberAfLongStringLength(const uint8_t * buffer);
*
* When writing, dest points to the list to write to, src points to the value to write, and index is the index to write at.
*
* When reading (i.e write is false), dest is the location to read into, src points to the list, and index is the index to read from.
* When reading (i.e write is false), dest is the location to read into, src points to the list, and index is the index to read
* from.
*
* When reading or writing if the index leads to read or write outside of the
* allocated size for the list, this function will return 0.
Expand Down

0 comments on commit f17ba9b

Please sign in to comment.