mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 15:40:11 +00:00
avrcp: fix compile warning
This commit is contained in:
parent
6d78145c51
commit
1d701b7e79
@ -672,7 +672,7 @@ static avrcp_role_t avrcp_role_from_transport_header(uint8_t transport_header){
|
||||
switch (frame_type){
|
||||
case AVRCP_COMMAND_FRAME:
|
||||
return AVRCP_TARGET;
|
||||
case AVRCP_RESPONSE_FRAME:
|
||||
default: // AVRCP_RESPONSE_FRAME - make compiler happy
|
||||
return AVRCP_CONTROLLER;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user