X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f1b6ddb7107fd9534cc6a8d6ab2d46f349d9cdb7..33d9a75b0332ded9cebc1388a800922ebe1c3dbe:/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c?ds=inline diff --git a/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c b/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c index 34e641514..495744b43 100644 --- a/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c +++ b/LUFA/Drivers/Peripheral/AVR8/TWI_AVR8.c @@ -28,6 +28,9 @@ this software. */ +#include "../../../Common/Common.h" +#if (ARCH == ARCH_AVR8) && defined(TWCR) + #define __INCLUDE_FROM_TWI_C #include "../TWI.h" @@ -201,3 +204,4 @@ uint8_t TWI_WritePacket(const uint8_t SlaveAddress, return ErrorCode; } +#endif