mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +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 {
|
typedef struct btstack_linked_item {
|
||||||
struct btstack_linked_item *next; // <-- next element in list, or NULL
|
struct btstack_linked_item *next; // <-- next element in list, or NULL
|
||||||
void *user_data; // <-- pointer to struct base
|
|
||||||
} btstack_linked_item_t;
|
} btstack_linked_item_t;
|
||||||
|
|
||||||
typedef btstack_linked_item_t * btstack_linked_list_t;
|
typedef btstack_linked_item_t * btstack_linked_list_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user