X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/c647c2763980b374da1c4314c752295d72228d4c..d6edfe35c8a9490407e4a5e34f8e5108c6a260a3:/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();