mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 11:37:10 +00:00
linked_list: drop user data field
This commit is contained in:
parent
a3a586663a
commit
ab49db6128
@ -48,7 +48,6 @@ extern "C" {
|
||||
|
||||
typedef struct btstack_linked_item {
|
||||
struct btstack_linked_item *next; // <-- next element in list, or NULL
|
||||
void *user_data; // <-- pointer to struct base
|
||||
} btstack_linked_item_t;
|
||||
|
||||
typedef btstack_linked_item_t * btstack_linked_list_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user