projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename FunctionAttributes.h to Attributes.h, as some attributes are applicable to...
[pub/lufa.git]
/
Demos
/
Host
/
Incomplete
/
BluetoothHost
/
BluetoothHost.c
diff --git
a/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
b/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
index
df9f663
..
8dd5f91
100644
(file)
--- a/
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
+++ b/
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
@@
-251,7
+251,7
@@
void Bluetooth_PacketReceived(void* Data, uint16_t DataLen, Bluetooth_Channel_t*
{
\r
case CHANNEL_PSM_SDP:
\r
/* Service Discovery Protocol packet */
\r
- ServiceDiscovery_ProcessPacket(Data,
DataLen,
Channel);
\r
+ ServiceDiscovery_ProcessPacket(Data, Channel);
\r
break;
\r
default:
\r
/* Unknown Protocol packet */
\r