Don't cast the line encoding baud rate to a uint16_t before performing the baud rate...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / Lib / BluetoothACLPackets.c
index 8c417ff..7c03a64 100644 (file)
@@ -401,7 +401,7 @@ static inline void Bluetooth_Signal_ConnectionReq(const BT_Signal_Header_t* cons
                        ChannelData->PSM          = ConnectionRequest.PSM;\r
                        ChannelData->LocalMTU     = MAXIMUM_CHANNEL_MTU;\r
                        ChannelData->State        = Channel_Config_WaitConfig;\r
-                       
+                       \r
                        ChannelStatus = BT_CONNECTION_SUCCESSFUL;\r
                }\r
                else\r