Change over unix line-endings to dos line endings.

This commit is contained in:
Dean Camera 2010-05-07 06:40:47 +00:00
parent 842e219bf3
commit 27eb17cb93
17 changed files with 6714 additions and 6714 deletions

View file

@ -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