mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-27 15:35:30 +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;
|
||||
}
|
||||
#else
|
||||
UNUSED(channel);
|
||||
UNUSED(result);
|
||||
UNUSED(command);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user