mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
btstack_linked_list: streamline function definition for parser
This commit is contained in:
parent
e202a7eac1
commit
11d27a0cbc
@ -114,7 +114,7 @@ btstack_linked_item_t * btstack_linked_list_get_first_item(btstack_linked_list_t
|
||||
* @param list
|
||||
* @return first element or NULL if list is empty
|
||||
*/
|
||||
btstack_linked_item_t * btstack_linked_list_get_last_item(btstack_linked_list_t * list);
|
||||
btstack_linked_item_t * btstack_linked_list_get_last_item(btstack_linked_list_t * list);
|
||||
|
||||
/**
|
||||
* @brief Counts number of items in list
|
||||
|
Loading…
x
Reference in New Issue
Block a user