mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-11 00:40:00 +00:00
fix compile
This commit is contained in:
parent
d27c46f584
commit
62da092a7f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user