Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the descript...
[pub/USBasp.git] / Demos / Host / Incomplete / BluetoothHost / BluetoothEvents.c
index 8e51279..de4db0c 100644 (file)
@@ -56,7 +56,7 @@ void Bluetooth_StackInitialized(void)
                 Bluetooth_State.LocalBDADDR[5], Bluetooth_State.LocalBDADDR[4], Bluetooth_State.LocalBDADDR[3],\r
                 Bluetooth_State.LocalBDADDR[2], Bluetooth_State.LocalBDADDR[1], Bluetooth_State.LocalBDADDR[0]);\r
                         \r
-       /* Reinitialise the services placed on top of the Bluetooth stack ready for new connections */\r
+       /* Reinitialize the services placed on top of the Bluetooth stack ready for new connections */\r
        RFCOMM_Initialize();\r
 }\r
 \r
@@ -191,3 +191,4 @@ void RFCOMM_ChannelSignalsReceived(RFCOMM_Channel_t* const RFCOMMChannel)
 {\r
        // Currently do nothing in response to the remote device sending new terminal control signals\r
 }\r
+