Fixed incorrect signature for the ATMEGA32U2 in the DFU bootloader (thanks to Axel Rohde).
Partial fix to the Bluetooth SDP code - data should be encoded in big endian, not little endian.
This commit is contained in:
parent
3b95b8dedc
commit
c1daecf18b
5 changed files with 109 additions and 25 deletions
|
@ -192,7 +192,7 @@ static void Bluetooth_ProcessIncommingACLPackets(void)
|
|||
Pipe_Read_Stream_LE(PacketData, DataHeader.PayloadLength);
|
||||
Pipe_ClearIN();
|
||||
Pipe_Freeze();
|
||||
|
||||
|
||||
Bluetooth_PacketReceived(PacketData, DataHeader.PayloadLength,
|
||||
Bluetooth_GetChannelData(DataHeader.DestinationChannel, CHANNEL_SEARCH_LOCALNUMBER));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue