diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-30 10:58:16 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-07-30 10:58:16 +0000 |
commit | 612df774d9fbddc2e9cb36e6bca849746aa925f5 (patch) | |
tree | 29fb2a32ed090c1e035378d075d52d139027029d /Demos/Host/Incomplete | |
parent | 0f45b9c8e076483cd546d0bc9c606b73455295c6 (diff) | |
download | lufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.tar.gz lufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.tar.bz2 lufa-612df774d9fbddc2e9cb36e6bca849746aa925f5.zip |
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
Diffstat (limited to 'Demos/Host/Incomplete')
-rw-r--r-- | Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c index 8e51279d3..543e1b879 100644 --- a/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c +++ b/Demos/Host/Incomplete/BluetoothHost/BluetoothEvents.c @@ -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();
}
|