diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-22 11:44:34 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-22 11:44:34 +0000 |
commit | aae20139b90521cf1d1b17fdcb3ff9d42ecdf937 (patch) | |
tree | c74b83691225a38b1fac5a78d83740081c441043 /LUFA/Drivers/Peripheral | |
parent | d2851b335106293e5f95107226b5deeed712a69c (diff) | |
download | lufa-aae20139b90521cf1d1b17fdcb3ff9d42ecdf937.tar.gz lufa-aae20139b90521cf1d1b17fdcb3ff9d42ecdf937.tar.bz2 lufa-aae20139b90521cf1d1b17fdcb3ff9d42ecdf937.zip |
Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
Diffstat (limited to 'LUFA/Drivers/Peripheral')
-rw-r--r-- | LUFA/Drivers/Peripheral/AVRU4U6U7/SPI.h (renamed from LUFA/Drivers/Peripheral/SPI.h) | 2 | ||||
-rw-r--r-- | LUFA/Drivers/Peripheral/AVRU4U6U7/Serial.h (renamed from LUFA/Drivers/Peripheral/Serial.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/SPI.h b/LUFA/Drivers/Peripheral/AVRU4U6U7/SPI.h index 6416ceae6..25503b6c3 100644 --- a/LUFA/Drivers/Peripheral/SPI.h +++ b/LUFA/Drivers/Peripheral/AVRU4U6U7/SPI.h @@ -106,7 +106,7 @@ #define SPI_MODE_MASTER (1 << MSTR)
/* Inline Functions: */
- /** Initializes the SPI subsystem, ready for transfers. Must be called before calling any other
+ /** Initialises the SPI subsystem, ready for transfers. Must be called before calling any other
* SPI routines.
*
* \param[in] SPIOptions SPI Options, a mask consisting of one of each of the SPI_SPEED_*,
diff --git a/LUFA/Drivers/Peripheral/Serial.h b/LUFA/Drivers/Peripheral/AVRU4U6U7/Serial.h index d00f9c1c0..d00f9c1c0 100644 --- a/LUFA/Drivers/Peripheral/Serial.h +++ b/LUFA/Drivers/Peripheral/AVRU4U6U7/Serial.h |