forked from mirror/qmk_firmware
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
This commit is contained in:
@@ -56,7 +56,7 @@ void Bluetooth_StackInitialized(void)
|
||||
Bluetooth_State.LocalBDADDR[5], Bluetooth_State.LocalBDADDR[4], Bluetooth_State.LocalBDADDR[3],
|
||||
Bluetooth_State.LocalBDADDR[2], Bluetooth_State.LocalBDADDR[1], Bluetooth_State.LocalBDADDR[0]);
|
||||
|
||||
/* Reinitialize the services placed on top of the Bluetooth stack ready for new connections */
|
||||
/* Reinitialise the services placed on top of the Bluetooth stack ready for new connections */
|
||||
RFCOMM_Initialize();
|
||||
}
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ const uint8_t CRC8_Table[256] PROGMEM =
|
||||
RFCOMM_Channel_t RFCOMM_Channels[RFCOMM_MAX_OPEN_CHANNELS];
|
||||
|
||||
|
||||
/** Initializes the RFCOMM service, ready for new connections from a SDP client. */
|
||||
/** Initialises the RFCOMM service, ready for new connections from a SDP client. */
|
||||
void RFCOMM_Initialize(void)
|
||||
{
|
||||
/* Reset the RFCOMM channel structures, to invalidate any configured RFCOMM channels */
|
||||
|
||||
Reference in New Issue
Block a user