mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-17 02:42:33 +00:00
avrcp_cover_art_client: fix warning
This commit is contained in:
parent
d0f26bf0c7
commit
57ff2ef16c
@ -76,7 +76,7 @@ const char * avrcp_cover_art_linked_thumbnail_type = "x-bt/img-thm";
|
||||
|
||||
static btstack_linked_list_t avrcp_cover_art_client_connections;
|
||||
|
||||
static uint16_t avrcp_cover_art_client_next_cid() {
|
||||
static uint16_t avrcp_cover_art_client_next_cid(void) {
|
||||
static uint16_t cid = 0;
|
||||
cid++;
|
||||
if (cid == 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user