aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-07 06:40:47 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-07 06:40:47 +0000
commit27eb17cb934dcd3807bacdfe87f853e32f0cfdb4 (patch)
tree4c463e3cd8bf5cb7b56f0e21c2238ead5b9ef6f6 /Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
parent842e219bf3341020b9e3a5f04fe67dabd796e82d (diff)
downloadlufa-27eb17cb934dcd3807bacdfe87f853e32f0cfdb4.tar.gz
lufa-27eb17cb934dcd3807bacdfe87f853e32f0cfdb4.tar.bz2
lufa-27eb17cb934dcd3807bacdfe87f853e32f0cfdb4.zip
Change over unix line-endings to dos line endings.
Diffstat (limited to 'Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c')
-rw-r--r--Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
index 8c417ff56..7c03a64cc 100644
--- a/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
+++ b/Demos/Host/Incomplete/BluetoothHost/Lib/BluetoothACLPackets.c
@@ -401,7 +401,7 @@ static inline void Bluetooth_Signal_ConnectionReq(const BT_Signal_Header_t* cons
ChannelData->PSM = ConnectionRequest.PSM;
ChannelData->LocalMTU = MAXIMUM_CHANNEL_MTU;
ChannelData->State = Channel_Config_WaitConfig;
-
+
ChannelStatus = BT_CONNECTION_SUCCESSFUL;
}
else