1
0
mirror of https://github.com/bluekitchen/btstack.git synced 2025-04-17 11:42:34 +00:00

avrcp: print new line

This commit is contained in:
Milanka Ringwald 2017-03-01 15:58:03 +01:00
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");