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 /LUFA/ManPages | |
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 'LUFA/ManPages')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 4 | ||||
-rw-r--r-- | LUFA/ManPages/MigrationInformation.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index d97dc3718..202cd2ce5 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -254,7 +254,7 @@ * devices from timing out the data pipes * - Fixed the definition of the Endpoint_BytesInEndpoint() macro for the U4 series AVR parts * - Fixed MIDI host Class driver MIDI_Host_SendEventPacket() routine not properly checking for Pipe ready before writing - * - Fixed use of deprecated struct initialisers, removed library unused parameter warnings when compiled with -Wextra enabled + * - Fixed use of deprecated struct initializers, removed library unused parameter warnings when compiled with -Wextra enabled * - Fixed Still Image Host Class driver truncating the PIMA response code (thanks to Daniel Seibert) * - Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface is shut down and both Host and Device modes can be * used (thanks to Daniel Levy) @@ -540,7 +540,7 @@ * USB_INITERROR_NoUSBModeSpecified * - Renamed USB_PowerOnFail event to USB_InitFailure * - Renamed OTG.h header functions to be more consistent with the rest of the library API - * - Changed over all deprecated GCC structure tag initialisers to the standardized C99 format (thanks to Mike Alexander) + * - Changed over all deprecated GCC structure tag initializers to the standardized C99 format (thanks to Mike Alexander) * - USB_HostRequest renamed to USB_ControlRequest, entire control request header is now read into USB_ControlRequest in Device mode * rather than having the library pass only partially read header data to the application * - The USB_UnhandledControlPacket event has had its parameters removed, in favor of accessing the new USB_ControlRequest structure diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt index bc3cfe5d4..3a23df058 100644 --- a/LUFA/ManPages/MigrationInformation.txt +++ b/LUFA/ManPages/MigrationInformation.txt @@ -122,7 +122,7 @@ * - The ADC_Off() function has been renamed to \ref ADC_ShutDown() to be consistent with the rest of the library. * - The \ref SPI_Init() routine's parameters have changed, so that the clock polarity and data sampling modes can be set. See * the \ref SPI_Init() function documentation for more details - * - The \ref Dataflash_Init() routine no longer initialises the SPI bus - the SPI bus should be initialized manually via a + * - The \ref Dataflash_Init() routine no longer initializes the SPI bus - the SPI bus should be initialized manually via a * call to SPI_Init() before using the Dataflash driver * * <b>Host Mode</b> |