fix compile

This commit is contained in:
matthias.ringwald@gmail.com 2014-08-11 22:03:17 +00:00
parent d27c46f584
commit 62da092a7f

View File

@ -143,7 +143,7 @@ static void packet_handler (uint8_t packet_type, uint8_t *packet, uint16_t size)
devices[deviceCount].classOfDevice = READ_BT_24(packet, offset);
offset += 3;
devices[deviceCount].clockOffset = READ_BT_16(packet, offset) & 0x7fff;
offset += 2
offset += 2;
devices[deviceCount].rssi = packet[offset];
offset += 1;
}