X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/23f3c3deee8bd153d59f2ac4e659c71ee75915f7..24f730fce3f2022762011d795c3feada5ef874b3:/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c index d86b99dc1..fd3dfc08b 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c @@ -76,7 +76,7 @@ void Bluetooth_ProcessACLPackets(void) Pipe_Freeze(); break; default: - BT_DEBUG("(ACL) >> Unknown Signalling Command 0x%02X", SignalCommandHeader.Code); + BT_DEBUG("(ACL) >> Unknown Signaling Command 0x%02X", SignalCommandHeader.Code); Pipe_Discard_Stream(ACLPacketHeader.DataLength); Pipe_ClearIN();