mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 06:40:23 +00:00
l2cap: avoid unused parameter warning
This commit is contained in:
parent
f6434032a9
commit
688f976463
@ -2197,6 +2197,10 @@ static void l2cap_signaling_handle_configure_response(l2cap_channel_t *channel,
|
|||||||
|
|
||||||
pos += length;
|
pos += length;
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
UNUSED(channel);
|
||||||
|
UNUSED(result);
|
||||||
|
UNUSED(command);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user