Fixed compilation error in incomplete BluetoothHost demo.

This commit is contained in:
Dean Camera 2009-07-11 15:07:07 +00:00
parent e0af6014a7
commit 23f3c3deee
2 changed files with 2 additions and 2 deletions

View File

@ -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();