mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-05 21:59:45 +00:00
avrcp: print new line
This commit is contained in:
parent
1e1e0942d6
commit
2ee51a9031
@ -186,6 +186,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
|
||||
break;
|
||||
case AVRCP_SUBEVENT_PLAYER_APPLICATION_VALUE_RESPONSE:
|
||||
// response to set shuffle and repeat mode
|
||||
printf("\n");
|
||||
break;
|
||||
default:
|
||||
printf("Not implemented\n");
|
||||
|
Loading…
Reference in New Issue
Block a user