example/le_streamer: fix accidental commit

This commit is contained in:
Matthias Ringwald 2017-06-26 23:33:15 +02:00
parent 7e289bee01
commit e67b545f69

View File

@ -185,7 +185,6 @@ static void packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *pack
break;
case ATT_EVENT_MTU_EXCHANGE_COMPLETE:
mtu = att_event_mtu_exchange_complete_get_MTU(packet) - 3;
mtu = 27;
printf("ATT MTU = %u\n", mtu);
test_data_len = mtu - 3;
if (test_data_len > sizeof(test_data)){