diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-19 05:27:58 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-19 05:27:58 +0000 |
commit | 60fd0ff418566d85224f9841037ba01b77acc0d8 (patch) | |
tree | c97d59c17a21b467c0fe0c989437c2ff9fcae5a2 /LUFA | |
parent | 27461546523862a3a76ee41f615f7ec2eed2195f (diff) | |
download | lufa-60fd0ff418566d85224f9841037ba01b77acc0d8.tar.gz lufa-60fd0ff418566d85224f9841037ba01b77acc0d8.tar.bz2 lufa-60fd0ff418566d85224f9841037ba01b77acc0d8.zip |
Changed XPLAINBridge project to be both a USB to USART bridge and a PDI programmer, based on the state of a mode select pin.
Diffstat (limited to 'LUFA')
-rw-r--r-- | LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c index 6028bbae9..dda88f8ba 100644 --- a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c +++ b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.c @@ -5,7 +5,7 @@ www.fourwalledcubicle.com
*/
-#include "TWI.h"
+#include "../TWI.h"
bool TWI_StartTransmission(uint8_t SlaveAddress)
{
|