aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-25 13:02:25 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-25 13:02:25 +0000
commit4bd44139b1d120e73c6b8863578b0ef6996f7368 (patch)
treea812493cda11063880375774487519e591e48c9d /LUFA
parentdb420853ce1a7c4545c443b9b7e9925fac3fbbb5 (diff)
downloadlufa-4bd44139b1d120e73c6b8863578b0ef6996f7368.tar.gz
lufa-4bd44139b1d120e73c6b8863578b0ef6996f7368.tar.bz2
lufa-4bd44139b1d120e73c6b8863578b0ef6996f7368.zip
Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
Fix TemperatureDataLogger and Webserver project builds.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Drivers/Peripheral/TWI.c (renamed from LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c)2
-rw-r--r--LUFA/Drivers/Peripheral/TWI.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c b/LUFA/Drivers/Peripheral/TWI.c
index dda88f8ba..6028bbae9 100644
--- a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c
+++ b/LUFA/Drivers/Peripheral/TWI.c
@@ -5,7 +5,7 @@
www.fourwalledcubicle.com
*/
-#include "../TWI.h"
+#include "TWI.h"
bool TWI_StartTransmission(uint8_t SlaveAddress)
{
diff --git a/LUFA/Drivers/Peripheral/TWI.h b/LUFA/Drivers/Peripheral/TWI.h
index 2a97e1899..7432a1691 100644
--- a/LUFA/Drivers/Peripheral/TWI.h
+++ b/LUFA/Drivers/Peripheral/TWI.h
@@ -41,7 +41,7 @@
*
* \section Sec_Dependencies Module Source Dependencies
* The following files must be built with any user project that uses this module:
- * - LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c (for U4, U6 and U7 AVR models)
+ * - LUFA/Drivers/Peripheral/TWI.c
*
* \section Module Description
* Master Mode Hardware TWI driver. This module provides an easy to use driver for the hardware