mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-25 00:02:27 +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
|
* @param list
|
||||||
* @return first element or NULL if list is empty
|
* @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
|
* @brief Counts number of items in list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user