forked from mirror/qmk_firmware
Fixed compilation error in incomplete BluetoothHost demo.
This commit is contained in:
@@ -69,7 +69,7 @@ void Bluetooth_ProcessACLPackets(void)
|
|||||||
Bluetooth_ProcessSignalPacket_ConfigurationRequest(&ACLPacketHeader, &DataHeader, &SignalCommandHeader);
|
Bluetooth_ProcessSignalPacket_ConfigurationRequest(&ACLPacketHeader, &DataHeader, &SignalCommandHeader);
|
||||||
break;
|
break;
|
||||||
case BLUETOOTH_SIGNAL_INFORMATION_REQUEST:
|
case BLUETOOTH_SIGNAL_INFORMATION_REQUEST:
|
||||||
BT_DEBUG("(ACL) -- Information Request, Discarded");
|
BT_DEBUG("(ACL) -- Information Request, Discarded", NULL);
|
||||||
|
|
||||||
Pipe_Discard_Stream(ACLPacketHeader.DataLength);
|
Pipe_Discard_Stream(ACLPacketHeader.DataLength);
|
||||||
Pipe_ClearIN();
|
Pipe_ClearIN();
|
||||||
|
|||||||
Reference in New Issue
Block a user