From 23f3c3deee8bd153d59f2ac4e659c71ee75915f7 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 11 Jul 2009 15:07:07 +0000 Subject: Fixed compilation error in incomplete BluetoothHost demo. --- Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 7697f88f5..d86b99dc1 100644 --- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c +++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c @@ -69,7 +69,7 @@ void Bluetooth_ProcessACLPackets(void) Bluetooth_ProcessSignalPacket_ConfigurationRequest(&ACLPacketHeader, &DataHeader, &SignalCommandHeader); break; case BLUETOOTH_SIGNAL_INFORMATION_REQUEST: - BT_DEBUG("(ACL) -- Information Request, Discarded"); + BT_DEBUG("(ACL) -- Information Request, Discarded", NULL); Pipe_Discard_Stream(ACLPacketHeader.DataLength); Pipe_ClearIN(); -- cgit v1.2.3