Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
This commit is contained in:
parent
0f45b9c8e0
commit
612df774d9
11 changed files with 13 additions and 13 deletions
|
@ -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]);
|
||||
|
||||
/* Reinitialise the services placed on top of the Bluetooth stack ready for new connections */
|
||||
/* Reinitialize the services placed on top of the Bluetooth stack ready for new connections */
|
||||
RFCOMM_Initialize();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue